0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.