durable_workflow_flutter 0.1.0
durable_workflow_flutter: ^0.1.0 copied to clipboard
Flutter platform adapters for durable_workflow. Provides lifecycle-aware recovery, background scheduling, and monitoring widgets for durable workflow executions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add durable_workflow_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
durable_workflow_flutter: ^0.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:durable_workflow_flutter/durable_workflow_flutter.dart';