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

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

dependencies:
  bg_orchestrator: ^1.1.0

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

Documentation

API reference

Publisher

verified publisherramprasadsreerama.co.in

Weekly Downloads

Production-grade background task orchestrator for Flutter with task chaining, timeouts, cron scheduling, batching, encryption, and persistent services.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bg_orchestrator

Packages that implement bg_orchestrator