Sign up here for more videos: https://codewithandrea.com/
Want more? Check out all my Flutter courses: 👇👇
https://codewithandrea.com/courses/
In this video series on Flutter, I'll show you how to create a login and registration flow and Firebase integration, and extend it to build a full app.
In this video, I will cover:
- Preview of how to redirect user to a welcome screen after logging in
- Move Firebase authentication code into a separate reusable component
- Introduce abstract classes as a way to write more modular code
- Inject new authentication component to our login page
To download the code up to this point and follow along, type this:
git clone https://github.com/bizz84/coding-with...
cd coding-with-flutter-login-demo
git checkout tags/part3-registration-and-login
Full source code on GitHub: https://github.com/bizz84/coding-with...
Note: I'm using the iOS simulator, but you can open the Android emulator and run the same code.
If you need any help, just ask in the comments. I'll be happy to help.
Feedback and suggestions on new tutorials are very welcome!
This code was written with Flutter Beta 2, and is tested to work with Dart 2.
Thanks for watching!
PS. In addition to what is covered in this video series, I have written a blog post explaining how to make this app more testable by adding widget tests: / take-your-flutter-tests-to-the-next-level