September 2019
Beginner
512 pages
12h 52m
English
You can check the fullscreen code in the attached hands_on_firebase project. The main functions here are _sendVerificationCode() and _executeLogin() from LoginPageState.
If you check the attached source code, you will notice that we have added the following two <Step>s to our Stepper widget:
Besides the Stepper widget properties, let's concentrate on its onStepContinue field, which is as shown here:
// part of LoginPageState build method. The Stepper callback:onStepContinue: () { if (_currentStep ...Read now
Unlock full access