priority_event_bus 0.0.1-dev copy "priority_event_bus: ^0.0.1-dev" to clipboard
priority_event_bus: ^0.0.1-dev copied to clipboard

A library for managing events with priority-based scheduling and delivery. It allows for efficient event processing and communication.


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

Usage #

final bus = PriorityEventBus();
final event = TestEvent();
bus.add(event);
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A library for managing events with priority-based scheduling and delivery. It allows for efficient event processing and communication.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on priority_event_bus