queue_it 0.9.0 copy "queue_it: ^0.9.0" to clipboard
queue_it: ^0.9.0 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

With Flutter:

 $ flutter 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.9.0

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:queue_it/queue_it.dart';
3
likes
160
pub points
53%
popularity

Publisher

verified publishersharpsan.dev

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

Documentation

API reference

License

MIT (license)

Dependencies

uuid

More

Packages that depend on queue_it