Created
May 30, 2019 23:46
-
-
Save aaronksaunders/0ad3bcf5c9367f4ec9c054679ce7c4d2 to your computer and use it in GitHub Desktop.
Markdium-Simple Firebase Login Flow in Flutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body: Container( | |
padding: EdgeInsets.all(20.0), | |
child: Form( // <= NEW | |
key: _formKey, // <= NEW | |
child: Column( | |
children: <Widget>[ | |
.... | |
], | |
), | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment