eventnotifier 1.0.4
eventnotifier: ^1.0.4 copied to clipboard
Broadcasts named events to interested subscribers. When an event occurs, a method (callback) associated with the subscriber is executed.
Changelog #
1.0.4 - 2020-01-13 #
- Fixed LICENSE reference to package
1.0.3 - 2020-01-13 #
- Package example updated to show the static test() method.
- Add a link to EventSubscriber in the README.
1.0.2 - 2020-01-12 #
- Removed support for optional event arguments. Query the model instead.
- Exceptions are now also output to the console.
- README describes how to use Flutter with EventNotifier
1.0.1 - 2020-01-11 #
- Improved README and minor reformatting changes
1.0.0 - 2020-01-11 #
- Initial release