queue_it 0.0.2 copy "queue_it: ^0.0.2" to clipboard
queue_it: ^0.0.2 copied to clipboard

QueueIt makes dealing with queues easy. You can add multiple listeners, specify the number of concurrent items to process, view queue progress and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add queue_it

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

dependencies:
  queue_it: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:queue_it/queue_it.dart';
5
likes
0
points
81
downloads

Publisher

verified publishersharpsan.dev

Weekly Downloads

QueueIt makes dealing with queues easy. You can add multiple listeners, specify the number of concurrent items to process, view queue progress and more.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

uuid

More

Packages that depend on queue_it