bg_orchestrator 1.0.1
bg_orchestrator: ^1.0.1 copied to clipboard
A production-grade, cross-platform background task orchestrator for Flutter. Unifies Android WorkManager and iOS BGTaskScheduler with a single elegant Dart API. Supports task chaining, typed retry pol [...]
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.1Alternatively, 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';