core_bus 1.0.1
core_bus: ^1.0.1 copied to clipboard
A lightweight, type-safe Event Bus for Dart with optional event replaying. Decouples asynchronous code with minimal overhead.
core_bus #
1.0.1 #
- Make default constructor for
Eventprivate. Non-breaking because you cannot actually use this outside the package.
1.0.0 #
- Initial release.
- Support for
BroadcastEvent(non-caching). - Support for
ReplayEvent(caching with configurable limits). - Optimized
EventBuswith individual stream controllers per event. - Added
reset()to cleanly dispose of all bus listeners.