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
usingEventBusListener
mixin without worrying about memory leaks. - Send and receive events with specific sender and receiver IDs.
- Send and receive events with type safety.