event_cascade 0.1.0
event_cascade: ^0.1.0 copied to clipboard
A top-down, most-recently-active-first event dispatching framework for Flutter. Supports multiple event types, works with Navigator routes, custom TabControllers, or any context-based UI.
0.1.0 #
- Initial release of event_cascade
- Features:
- Hierarchical event dispatching from most recently active pages to older ones
- Strongly-typed event handlers
- Support for Navigator routes and TabController
- Automatic context activation based on navigation events
- Global event dispatching from anywhere in the app