bg_orchestrator 1.0.3
bg_orchestrator: ^1.0.3 copied to clipboard
Cross-platform background task orchestrator for Flutter. Unifies Android WorkManager and iOS BGTaskScheduler with task chaining, retry policies, and progress monitoring.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bg_orchestratorWith Flutter:
$ flutter pub add bg_orchestratorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bg_orchestrator: ^1.0.3Alternatively, 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:bg_orchestrator/taskflow.dart';
import 'package:bg_orchestrator/taskflow_method_channel.dart';