flutter_bloc_mediator 1.1.2 copy "flutter_bloc_mediator: ^1.1.2" to clipboard
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.1 #

Improved #

  • Enhanced README.md Readability.

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.
6
likes
160
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package enabling message delegation between BLoCs using the Mediator pattern, improving modularity, maintainability, and testability.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_bloc_mediator