Getting Started
Identity verification SDK for Flutter apps with document scanning, facial recognition, and NFC support.
Features
- Document scanning with OCR
- Facial recognition and liveness detection
- NFC eID card reading
- Customizable branding
- Multi-language support (English, Turkish)
Requirements
- Flutter ≥ 3.16.0
- Dart ≥ 3.0.0
- iOS ≥ 15.6
- Android ≥ API 31
Quick Start
import 'package:trustchex_flutter_sdk/trustchex_flutter_sdk.dart';
TrustchexView(
baseUrl: 'https://api.trustchex.com',
sessionId: 'your-session-id',
onCompleted: () {},
onError: (error) {},
)
Example App
See a complete implementation: flutter-example-app