priority_event_bus 0.0.1-dev

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

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);