core_bus 1.0.1 copy "core_bus: ^1.0.1" to clipboard
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 Event private. 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 EventBus with individual stream controllers per event.
  • Added reset() to cleanly dispose of all bus listeners.
3
likes
150
points
106
downloads

Publisher

verified publishermcdole.org

Weekly Downloads

A lightweight, type-safe Event Bus for Dart with optional event replaying. Decouples asynchronous code with minimal overhead.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

More

Packages that depend on core_bus