flutter_edd 1.0.0 copy "flutter_edd: ^1.0.0" to clipboard
flutter_edd: ^1.0.0 copied to clipboard

A package that facilitates event-driven design for Flutter apps

Event Driven Design #

Event Driven Design package for Flutter.

Description #

flutter_edd is a package that facilitates event-driven design in Flutter applications. It provides a mechanism to listen to and handle events across different parts of your application using event buses.

Features #

  • Listen to multiple event buses.
  • Handle events and data events with ease.
  • Integrate seamlessly with bloc using EventBusListener mixin without worrying about memory leaks.
  • Send and receive events with specific sender and receiver IDs.
  • Send and receive events with type safety.
1
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A package that facilitates event-driven design for Flutter apps

Repository (GitHub)
View/report issues

Topics

#event #event-driven #event-driven-design #reactive-programming #bloc

Documentation

API reference

License

MIT (license)

Dependencies

bloc, flutter, rxdart

More

Packages that depend on flutter_edd