notification_dispatcher 0.3.1 copy "notification_dispatcher: ^0.3.1" to clipboard
notification_dispatcher: ^0.3.1 copied to clipboard

retracted

Inspired by Apple's NotificationCenter. Passes information around to registered observers.

0.3.1 #

Fix #

  • Fix failing tests due to Futures running concurrently.

0.3.0 (retracted) #

Features #

  • Allow callbacks that return a Future.

0.2.1 #

Others #

  • Updated license.

0.2.0 #

Features #

  • Added a NotificationDispatcherEquatableObserverMixin to ensure classes that extend Equatable are able to be differentiated when adding/removing observers. To use, make sure the mixin's instanceKey is part of the class's props property.

Fixes #

  • Fixed an issue where notifications could not be differentiated between instances of the same class if its == operator and hashCode method were overriden.

Documentation #

  • Updated documentation to reflect changes.

Tests #

  • Added tests for observers that extend Equatable.

Others #

  • Updated pubspec description.

0.1.0 #

Features #

  • NotificationDispatcher.post now sends along a NotificationMessage to the observer.

Fixes #

  • Fixed an issue where notifications could not be differentiated between instances of the same class.

Documentation #

  • Added documentation for all NotificationDispatcher methods.

Workflow #

  • Added CI to run tests on commit.
  • Added some linting options.

0.0.1 #

  • Initial pre-release.
4
likes
0
pub points
25%
popularity

Publisher

unverified uploader

Inspired by Apple's NotificationCenter. Passes information around to registered observers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on notification_dispatcher