event_queue 0.1.6 copy "event_queue: ^0.1.6" to clipboard
event_queue: ^0.1.6 copied to clipboard

Event queues for queuing async tasks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add event_queue

With Flutter:

 $ flutter pub add event_queue

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  event_queue: ^0.1.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:event_queue/event_queue.dart';
3
likes
140
points
264
downloads

Publisher

verified publishermartinsellergren.dev

Weekly Downloads

Event queues for queuing async tasks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on event_queue