In this final part, we're going to be talking about RxDart which is simply a library built on Dart Streams but implements the ReactiveX programming paradigm.
We would update the movie search BLoC to use this library.
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-...