flutter_task_queue 1.0.0 copy "flutter_task_queue: ^1.0.0" to clipboard
flutter_task_queue: ^1.0.0 copied to clipboard

A simple and flexible task queue library, supporting both serial and parallel execution, as well as task cancellation functionality, suitable for Flutter and Dart projects.

flutter_task_queue #

A simple and flexible task queue library, supporting both serial and parallel execution, as well as task cancellation functionality, suitable for Flutter and Dart projects.

Features #

  • ✅ Serial and parallel task execution
  • ✅ Task cancellation support
  • ✅ Result-based task handling
  • ✅ Type-safe generic support
  • ✅ Delayed and retry task execution

Installation #

Add the dependency in pubspec.yaml:

dependencies:
  flutter_task_queue: ^1.0.0

Then run:

flutter pub get

Usage #

Please check the example.

Example #

See the example directory for a complete sample app.

License #

The project is under the MIT license.

0
likes
150
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple and flexible task queue library, supporting both serial and parallel execution, as well as task cancellation functionality, suitable for Flutter and Dart projects.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on flutter_task_queue