- Added Flutter 3.0.0 support
- Added generic support for any class bloc
- Added change inject in initModule (tests)
- Added bloc_pattern_test from tests.
- Fix Module Not Found error
- Added distinct parameter in Consumer Widget and condition to call builder. Consumer( distinct: (oldValue, newValue) => oldValue.variable != newValue.variable, ... )
- Added specific Consumer for Modules Pattern ConsumerModule<HomeModule, HomeBloc>(...);
- Fix error singleton blocs module
- Added debugMode false to print texts
- Fix error in segments bloc
- Fix multiple tags error
- Mapped Errors in Custom Exception
- Mapped Errors in Custom Exception
- Fix error dispose unique bloc
- Add ConsumerModule
- Prepare to Slidy
- Fix error inject module.
- Fix error consumer module.
- Fix error dispose bloc.
- Introduced project modules.
- Tag for each BlocProvider. You can use multiple BlocProvider independently.
- Fix dispose error
- Add Consumer pattern.
- Corrections in the parameters.
- BlocProvider and BlocProviderList are now one.
- Added Injection of BLoC dependencies.
- Added Injection Dependencies.
- removed context injection
- removed context injection
- Injected the context (BuildContext) into the controller.
- Support for Dart 2.1
- Enhanced Bloc lifecycle with fast access anywhere in the application.
- Provider with StatefulWidget.