event_object 1.2.1
event_object: ^1.2.1 copied to clipboard
This package will help you to create and manage events, by creating event objects that fires with payload.
ChangeLog #
1.0.0 #
- Initial version.
1.0.1 #
- Correct
README.mdexamples - Correct Repository Url in
pubspec.yaml
1.1.0 #
- Add filtered listeners
- Add typed listeners
- Rename
Event.convertTotoEvent.linkTo - Create new class
EventComponent
1.1.1 #
- Fix
README.md
1.2.0 #
- Add
useRuntimeTypeparameter toEvent.addTypedListener - Add
excludedTypesparameter toEvent.addTypedListener
1.2.1 #
- Fix
Event.addTypedListenerbug