flutter_bloc 0.3.1 flutter_bloc: ^0.3.1 copied to clipboard
Flutter Widgets that make it easy to implement the BLoC Design Pattern (Business Logic Component). Built to be used with the bloc package.
0.1.0 #
Initial Version of the library.
- Includes the ability to connect presentation layer to
Bloc
by using theBlocBuilder
Widget. - 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
BlocBuilder
does not automatically dispose aBloc
. Developers are now responsible for determining when to callBloc.dispose()
BlocProvider
support forof(context)
with generics- Support for multiple nested
BlocProviders
with 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