durable_workflow_flutter 0.1.0 copy "durable_workflow_flutter: ^0.1.0" to clipboard
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_flutter

This 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.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:durable_workflow_flutter/durable_workflow_flutter.dart';
0
likes
140
points
19
downloads

Documentation

API reference

Publisher

verified publisherbrodykim.work

Weekly Downloads

Flutter platform adapters for durable_workflow. Provides lifecycle-aware recovery, background scheduling, and monitoring widgets for durable workflow executions.

Repository (GitHub)
View/report issues

Topics

#workflow #flutter #lifecycle #background

License

MIT (license)

Dependencies

durable_workflow, flutter

More

Packages that depend on durable_workflow_flutter