In this third part, we would be implementing a Generic BLoC provider. This provider would help in sharing blocs with descendants in a widget tree.
In this series, we would be learning about the BLoC pattern for building reactive apps in flutter.
This series aims at giving whoever wants to become comfortable with the BLoC pattern a good start.
What you'll learn:
Dart Streams
BLoC pattern
Asynchronous Programming
Reactive Programming
State Management
RxDart
and lots more
Source code: https://github.com/fleepgeek/flutter-...