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
This package helps the devs build an event driven architecture on Flutter. Simply register the event with as many handlers as required When the event is triggered, each of the handlers will be called in the sequence they were registered
Usage #
Follow the sample file in example to understand more.
Future improvements #
Handle async event handlers