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

Libraries

priority_event_bus
Support for doing something awesome.