flutter_bloc 0.4.9
flutter_bloc: ^0.4.9 copied to clipboard
Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc package.
0.1.0 #
Initial Version of the library.
- Includes the ability to connect presentation layer to
Blocby using theBlocBuilderWidget. - Includes
BlocProvider, a DI widget that allows a single instance of a bloc to be provided to multiple widgets within a subtree.
0.1.1 #
Minor Updates to Documentation
0.2.0 #
Updates to BlocBuilder and BlocProvider
BlocBuilderdoes not automatically dispose aBloc. Developers are now responsible for determining when to callBloc.dispose()BlocProvidersupport forof(context)with generics- Support for multiple nested
BlocProviderswith different Bloc Types.
- Support for multiple nested
0.2.1 #
Minor Updates to Documentation
0.3.0 #
Updated to bloc: ^0.6.0
0.3.1 #
Minor Updates to Documentation
0.4.0 #
Updated to bloc: ^0.7.0
0.4.1 #
Minor Updates to Documentation
0.4.2 #
BlocProvider performance improvements
0.4.3 #
BlocBuilder performance improvements
0.4.4 #
Minor updates to documentation and improved error reporting in BlocProvider
0.4.5 #
Additional Minor Updates to Documentation
0.4.6 #
Bug Fixes
- Fixed bug where
BlocBuilderwould return initial state instead of the latest state
0.4.7 #
Minor Updates to Documentation and Examples
0.4.8 #
Additional BlocProvider performance improvements
0.4.9 #
Additional BlocBuilder enhancements
BlocBuilderno longer has a dependency onRxDart- Using
bloc: ">=0.7.5 <0.8.0"



