notification_dispatcher 0.1.0
notification_dispatcher: ^0.1.0 copied to clipboard
Passes information around to registered observers.
0.0.1 #
- Initial pre-release.
0.1.0 #
Features #
NotificationDispatcher.postnow sends along aNotificationMessageto the observer.
Fixes #
- Fixed an issue where notifications could not be differentiated between instances of the same class.
Documentation #
- Added documentation for all
NotificationDispatchermethods.
Workflow #
- Added CI to run tests on commit.
- Added some linting options.