durable_workflow_flutter 0.2.0
durable_workflow_flutter: ^0.2.0 copied to clipboard
Flutter platform adapters for durable_workflow. Provides lifecycle-aware recovery, background scheduling, and monitoring widgets for durable workflow executions.
0.2.0 #
- Requires
durable_workflow: ^0.2.0(dispose on interface, new exception types). - No functional changes in this package — version bump for dependency alignment.
0.1.0 #
- Initial release.
DurableWorkflowProviderfor Flutter widget tree integration.AppLifecycleObserverfor lifecycle-aware recovery.ForegroundRecoveryfor automatic recovery on app resume.ExecutionMonitorandExecutionListTilemonitoring widgets.- Abstract
BackgroundAdapterfor platform-specific background scheduling.