eventsubscriber 1.1.0
eventsubscriber: ^1.1.0 copied to clipboard
A Flutter widget that supports subscribing to an [Event].
Changelog #
1.1.0 - 2020-01-23 #
- Breaking Change. Now supports subscribing to an Event instead of EventNotifier.
- Dependencies changed:
- Dependency on EventNotifier removed.
- Dependency on Event added.
1.0.3 - 2020-01-14 #
- Updated to support latest EventNotifier (1.0.5), which includes support for a subscriber to optionally expect some 'argument/s' as a Map.
1.0.2 - 2020-01-13 #
- Fixed LICENSE reference to package
1.0.1 - 2020-01-13 #
- Fixed formatting and documentation errors.
1.0.0 - 2020-01-13 #
- Initial release