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

outdated

A simple notification center.

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

Getting Started #

notification_center is available through pub.dev. Add the dependency to your pubspec.yaml:

dependencies:
  ...
  notification_center: ^0.0.1

Usage example #

coming soon