flutter_bloc_mediator 1.1.0
flutter_bloc_mediator: ^1.1.0 copied to clipboard
A Flutter package enabling message delegation between BLoCs using the Mediator pattern, improving modularity, maintainability, and testability.
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 #
- Update License.