eventnotifier 1.0.3 copy "eventnotifier: ^1.0.3" to clipboard
eventnotifier: ^1.0.3 copied to clipboard

discontinuedreplaced by: event
outdated

Broadcasts named events to interested subscribers. When an event occurs, a method (callback) associated with the subscriber is executed.

Changelog #

Version 1.0.3 (2020-01-13) #

  • Package example updated to show the static test() method.
  • Add a link to EventSubscriber in the README.

Version 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

Version 1.0.1 (2020-01-11) #

  • Improved README and minor reformatting changes

Version 1.0.0 (2020-01-11) #

  • Initial release
0
likes
0
pub points
0%
popularity

Publisher

verified publisheraryehoffman.com

Broadcasts named events to interested subscribers. When an event occurs, a method (callback) associated with the subscriber is executed.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on eventnotifier