bizz84 / firebase_auth_demo_flutter

Reference Authentication Flow with Flutter & Firebase
https://codewithandrea.com/
MIT License
674 stars 178 forks source link

Replace bloc/streams with manager/ChangeNotifier #4

Closed bizz84 closed 5 years ago

bizz84 commented 5 years ago

This experimental PR shows how to modify the email sign in flow to use a ChangeNotifier instead of a BLoC with streams.

It builds upon this talk from Google I/O 2019:

Main differences: