bloc_component 0.1.8
bloc_component: ^0.1.8 copied to clipboard
A library that helps structuring flutter apps using the BLoC library
0.1.8 - 2020-04-25 #
- handling error states
0.1.7 - 2020-04-05 #
- Using InheritedProvider instead of Provider
0.1.6 - 2020-04-05 #
- Using Provider instead of BlocProvider
0.1.5 - 2020-03-22 #
- Bug fixes
0.1.4 - 2020-02-12 #
- fixed Equatable stringify issue
0.1.3+1 - 2020-02-06 #
- docs updates
0.1.3 - 2020-02-06 #
- added skipError and skipLoading to the state builder
0.1.2 - 2020-01-29 #
- Simplified BaseBloc and ComponentView stateBuilder()
0.1.1+1 - 2020-01-12 #
- Updated diagrams links in the README
0.1.1 - 2020-01-12 #
- Small fixes to the docs
0.1.0 - 2020-01-12 #
- Initial version of the library. Includes BaseBloc, Component and ComponentView