bloc_generic_streams 2.0.0
bloc_generic_streams: ^2.0.0 copied to clipboard
A Flutter package to implement Didier Boelens's BlocProvider and simplified use of Stream using Dart's Generics.
1.4.1 09/02/2020 #
- Updated rxdart to 0.25.0
- Added working example/ folder
- Added
isClosed
,.add
and.addError
methods to all implementations
1.3.1 08/05/2020 #
- Updated RxDart to 0.24.0 and updated README.md
1.3.0 17/03/2020 #
- Removed BlocDisposer param.
1.2.1 14/03/2020 #
- Updated README.md
1.2.0 14/03/2020 #
- Added PublishSubject & ReplaySubject
- Updated to GenericBehavior, GenericPublish & GenericReplay
1.0.8 26/02/2020 #
- Updated README.md and added MIT license
1.0.2 26/02/2020 #
- Refactor GenericBloc class to GenericStream class
1.0.1 26/02/2020 #
- Make some unnecessary fields private
1.0.0 26/02/2020 #
- Fully working
0.0.1 26/02/2020. #
- Implememented Didier Booleans Provider.