Flutter Firebase Chat App Complete Guide #3

Flutter Firebase Auth Phone Number UI

FP
7 min readSep 9, 2023

You will learn to create the Flutter Auth UI screens for the Flutter Firebase Phone Number Authentication Flow.

In the previous chapter, we configured Firebase services in Flutter Chat App and setup the Firbase Emulators

This article is brought to you by:

Flutter is a modern way of creating beautiful UI for any platform that runs dart virtual machine, commonly known as dartvm.

Flutter Chat App Complete Tutorial #3

Flutter uses Skia engine to draw elements to the screen, based on this, we can say an App built with Flutter is native and with high performance.

Flutter uses a declarative approach to build UI, with a simple widgets tree you can build anything that you can imagine. Although Flutter is relatively new, its popularity is growing exponentially every day.

--

--