durable_workflow 0.2.0 copy "durable_workflow: ^0.2.0" to clipboard
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_workflow

With Flutter:

 $ flutter pub add durable_workflow

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

dependencies:
  durable_workflow: ^0.2.0

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:durable_workflow/durable_workflow.dart';
1
likes
150
points
88
downloads

Documentation

API reference

Publisher

verified publisherbrodykim.work

Weekly Downloads

Local durable execution library for Dart. Provides durable checkpoint/resume workflows with zero dependencies.

Repository (GitHub)
View/report issues

Topics

#workflow #durable-execution #checkpoint #saga #retry

License

MIT (license)

Dependencies

test

More

Packages that depend on durable_workflow