durable_workflow 0.2.0
durable_workflow: ^0.2.0 copied to clipboard
Local durable execution library for Dart. Provides durable checkpoint/resume workflows with zero dependencies.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add durable_workflowWith Flutter:
$ flutter pub add durable_workflowThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
durable_workflow: ^0.2.0Alternatively, 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:durable_workflow/durable_workflow.dart';