In this second part, we would be building on our knowledge of Streams to fully understand and implement the BLoC pattern in our app.
We would convert the Friend List screen to use this pattern and also create a Movie Search feature all powered by Reactive Programming using the BLoC pattern.
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-...