priority_event_bus

Creator: coderz1093

Last updated:

0 purchases

priority_event_bus Image
priority_event_bus Images
Add to Cart

Description:

priority event bus

title: priority_event_bus #
A library for managing events with priority-based scheduling and delivery.
Features #
It allows for efficient event processing and communication.
Getting started #
flutter pub add priority_event_bus
copied to clipboard
Usage #
final bus = PriorityEventBus();
final event = TestEvent();
bus.add(event);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.