bg_orchestrator 1.1.0
bg_orchestrator: ^1.1.0 copied to clipboard
Production-grade background task orchestrator for Flutter with task chaining, timeouts, cron scheduling, batching, encryption, and persistent services.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bg_orchestratorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bg_orchestrator: ^1.1.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:bg_orchestrator/taskflow.dart';
import 'package:bg_orchestrator/taskflow_method_channel.dart';