event_queue 0.1.7 copy "event_queue: ^0.1.7" to clipboard
event_queue: ^0.1.7 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.7

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
235
downloads

Publisher

verified publishermartinsellergren.dev

Weekly Downloads

Event queues for queuing async tasks.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on event_queue