isolate_task_queue 1.0.1 copy "isolate_task_queue: ^1.0.1" to clipboard
isolate_task_queue: ^1.0.1 copied to clipboard

A package for isolate and for task-queue.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add isolate_task_queue

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

dependencies:
  isolate_task_queue: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:isolate_task_queue/isolate_task_queue.dart';
1
likes
130
points
139
downloads

Publisher

unverified uploader

Weekly Downloads

A package for isolate and for task-queue.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart

More

Packages that depend on isolate_task_queue