bg_orchestrator 1.0.3 copy "bg_orchestrator: ^1.0.3" to clipboard
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_orchestrator

With Flutter:

 $ flutter pub add bg_orchestrator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  bg_orchestrator: ^1.0.3

Alternatively, 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';
1
likes
0
points
33
downloads

Publisher

verified publisherramprasadsreerama.co.in

Weekly Downloads

Cross-platform background task orchestrator for Flutter. Unifies Android WorkManager and iOS BGTaskScheduler with task chaining, retry policies, and progress monitoring.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bg_orchestrator

Packages that implement bg_orchestrator