ui_event_bus 1.0.2
ui_event_bus: ^1.0.2 copied to clipboard
A Flutter package offering a singleton broadcast event bus for easy global management of SnackBars, navigation, dialogs, and custom callbacks.
1.0.0 #
- 🎉 Initial release
- Added support for global UI event dispatching: SnackBars, navigation (Material Navigator), dialogs, and custom callbacks
1.0.1 #
- 📖 Readme Fix
- I corrected it because there was an error in the README.md file.
1.0.2 #
- 📖 NavigateKey & Scaffold Key
AddednavigatorKeyandscaffoldMessengerKeyparameters to theUIGlobalEventBusconstructor, so you can now pass your own global keys for navigation and SnackBar/Dialog control.