dataleon_flutter library
Classes
- CameraCaptureStepPage
- CameraPermissionStepPage
- DataleonApiService
- DataleonBottomSheet
- Helper to open the flow as a modal bottom sheet.
- DataleonConfig
- DataleonFlowController
- DataleonFlowScreen
- Convenience full-screen wrapper around DataleonFlowView.
- DataleonFlowView
- Embeddable widget — no Scaffold imposed. The client can place this inside a BottomSheet, Dialog, full screen, etc.
- DataleonLoadingPage
- Full-page loader with animated progress bar (like the React FullPageLoader). The display progress smoothly catches up to the real progress value.
- DataleonPrimaryButton
- DataleonResult
- DataleonSession
- DataleonStepResult
- DataleonStepScaffold
- DocumentCountryStepPage
- DocumentTypeStepPage
- OutroStepPage
- WelcomeStepPage
Extensions
Typedefs
- DataleonFlowResultCallback = void Function(DataleonResult result)
- DataleonFlowStepBuilder = Widget Function(BuildContext context, DataleonFlowController controller, DataleonFlowStep step)