event_manager 0.0.7 copy "event_manager: ^0.0.7" to clipboard
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

1
likes
160
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on event_manager