flutter_bloc_event_bus 0.0.1
flutter_bloc_event_bus: ^0.0.1 copied to clipboard
Event-driven communication between components built on top of flutter_bloc
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.