Documentation Index
Fetch the complete documentation index at: https://jdev-e8db0569.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
seon_orchestration_flutter
Flutter plugin for the SEON Orchestration SDK, providing identity verification flows for iOS and Android. Built using Flutter’s MethodChannel for seamless communication between Dart and native code.Features
- Cross-platform — Works on both iOS and Android with a single Dart API
- MethodChannel — Uses Flutter’s standard platform channel mechanism
- Typed API — Full Dart class and enum definitions included
Platform Requirements
| Platform | Minimum Version |
|---|---|
| iOS | 13.0+ |
| Android | SDK 26+ (Android 8.0) |
| Flutter | 3.x |
API Overview
| Method | Description |
|---|---|
SeonOrchestration.initialize(config) | Initialize the SEON SDK with base URL, token, and optional language/theme |
SeonOrchestration.startVerification() | Present the verification UI and return the result |
SeonOrchestration.dispose() | Release SDK resources and reset state |
| Type | Description |
|---|---|
SeonConfig | Configuration class for initialize() |
SeonVerificationResult | Result object from startVerification() |
SeonVerificationStatus | Enum of all possible verification outcomes |
SeonErrorCode | Enum of error codes thrown by the SDK |
SeonException | Exception class thrown on SDK errors |
Quick Example
Installation
Install the plugin in your Flutter project
Quick Start
Build your first verification flow
API Reference
Explore the full API documentation
Troubleshooting
Solutions for common issues