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
BlocHubProvider
for easier BlocHub instance management. - Added
removeByName
for removing a specific registered Bloc member. - Added
clearMembers
to remove all registered Bloc members. - Added
isBlocHubEmpty
to check if the BlocHub is empty. - Added
isBlocHubNotEmpty
to check if the BlocHub contains members. - Added
hasMember
to check if a specific Bloc is registered.
Changes #
- Updated README to include
BlocHubProvider
usage 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.