awesome_task_manager 2.0.0
awesome_task_manager: ^2.0.0 copied to clipboard
Manage and synchronize concurrent tasks, preventing duplicate executions and race conditions while optimizing resource usage in Flutter apps
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add awesome_task_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
awesome_task_manager: ^2.0.0Alternatively, 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:awesome_task_manager/awesome_task_manager.dart';