notification_center 1.0.2 copy "notification_center: ^1.0.2" to clipboard
notification_center: ^1.0.2 copied to clipboard

A simple notification center. A notification dispatch mechanism that enables the broadcast of information to registered observers.

1.0.2 #

  • Fix a concurrency issue when unsubscribing (#3)

1.0.1 #

  • Fix issue when unsubscribing (#2)

1.0.0 #

  • It's possible to pause / resume subscriptions.

Breaking changes

  • Subscribed callback must conform to type void Function(T).
  • Unsubscribe method no longer accepts the optional parameter "callback". Use subscription.cancel() instead.

0.0.3 #

  • documentation.

0.0.2 #

  • include example.

0.0.1 #

  • Initial release.
10
likes
150
pub points
94%
popularity

Publisher

verified publisheraky.dev

A simple notification center. A notification dispatch mechanism that enables the broadcast of information to registered observers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on notification_center