messaging 0.3.1
messaging: ^0.3.1 copied to clipboard
Messaging service to connect your components and services through publisher/subscriber pattern.
0.3.1 #
- Remove
loggerdependency. - Update dart constraint to
<=4.0.0.
0.3.0 #
- Fix un subscription by comparing subscriber key
0.2.0 #
- Fix bug in
OneShotMessagingGuardandUniqueDependantMessagingGuardthat cause the instance to be shared between different types.
0.2.0 #
- Create
CallbackMessagingObserverto add observer without implementing a class. - Create
OneShotMessagingGuard - Create
UniqueDependantMessagingGuard
Bug Fixes #
- Reset OneShot and UniqueDependant messaging guard instance when default types is reset (9d14673)
0.1.0 #
- Initial version.