recoverable/recoverable_app library

Classes

RecoverableApp
A wrapper widget that provides automatic crash recovery.
RecoveryState
Information about a recovered crash, passed to the recovery screen.
SnapshotSerializer
Abstract serializer for custom app state.

Typedefs

RecoveryScreenBuilder = Widget Function(BuildContext context, RecoveryState recoveryState, VoidCallback onRestart, VoidCallback onStartFresh)
Callback type for building a custom recovery screen.