flutter_bloc_event_bus 0.0.6
flutter_bloc_event_bus: ^0.0.6 copied to clipboard
Event-driven communication between components built on top of flutter_bloc
0.0.6 #
- Updated environment
0.0.5 #
- Updated dependencies
0.0.4 #
- Shrunk example size
0.0.3 #
- Downgraded sdk requirement
0.0.2 #
- Updated base Event class with copyWith
0.0.1 #
Initial Version of the package.
- Enhances modularity by allowing different components to communicate via an event bus.
- Leverages the robustness of
blocfor state management while providing an event-driven extension. - Enables event-driven communication between widgets, cubits, and blocs without tight coupling.
- Offers simple APIs for publishing, observing, and mediating events.