flutter_bloc_pattern 1.2.0
flutter_bloc_pattern: ^1.2.0 copied to clipboard
Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.
1.2.0 Apr 23, 2020 #
- Breaking change: support for
rxdart
0.24.x.
1.1.2 Feb 07, 2020 #
- Remove
assert(child != null)
and@required child
inBlocProvider
constructor
1.1.1 Feb 07, 2020 #
- Add
DisposeCallbackBaseBloc
- Add
BlocProviders
1.1.0 Dec 17, 2019 #
- Update
rxdart
1.0.1 Aug 10, 2019 #
- Minor updates
1.0.0+1 Aug 10, 2019 #
- Update README.md
1.0.0 Aug 10, 2019 #
- Add
RxStreamBuilder
0.0.1+1 Feb 08, 2019 #
- Add example
0.0.1 Feb 08, 2019 #
- Initial