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