event_manager 0.0.7
event_manager: ^0.0.7 copied to clipboard
A flutter project that helps introduce event based development to dart. Note that there are no tests to this project as the class is straight forward and simple
0.0.7 #
- Supports lower flutter sdk versions upto 2.17.0 (including null safety)
0.0.6 #
- Same as 0.0.5 but renamed the example subfolder to lib so pub dev can process it
0.0.5 #
- Updated the example code to include removing of event handlers
0.0.4 #
- Updated change log to reflect history of package
0.0.3 #
- Added a source to the event. This helps the handler to filter by the source of the event.
0.0.2 #
- Updated some documentation files
0.0.1 #
- Initial commit