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

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

1.1.0 #

  • New callbacks in subscribe function.
    • onPause
    • onResume
    • onCancel
  • The sample project was updated.

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 function 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.
12
likes
160
points
4.76k
downloads

Documentation

API reference

Publisher

verified publisheraky.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on notification_center