flutter_bloc_mediator 1.1.2
flutter_bloc_mediator: ^1.1.2 copied to clipboard
A Flutter package enabling message delegation between BLoCs using the Mediator pattern, improving modularity, maintainability, and testability.
1.1.2 #
- Minor Enhancements.
1.1.0 #
Added #
- Introduced
BlocHubProviderfor easier BlocHub instance management. - Added
removeByNamefor removing a specific registered Bloc member. - Added
clearMembersto remove all registered Bloc members. - Added
isBlocHubEmptyto check if the BlocHub is empty. - Added
isBlocHubNotEmptyto check if the BlocHub contains members. - Added
hasMemberto check if a specific Bloc is registered.
Changes #
- Updated README to include
BlocHubProviderusage and management of registered BLoCs. - Edited example to reflect updated functions and usage.
1.0.5 #
- Comprehensive documentation for all core classes.
1.0.4 #
- Updated License.
1.0.3 #
- Minor Updates.
1.0.2 #
- Updated Dart SDK compatibility to 2.14.
1.0.1 #
- Minor Updates.
1.0.0 #
- Initial Version of the library.