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.

example/eventnotifier_example.dart

import 'package:eventnotifier/eventnotifier.dart';

void main() {
  // See the EventNotifier test static method for an example of use.
  EventNotifier.test();
}
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