autheo_sdk 1.0.8
autheo_sdk: ^1.0.8 copied to clipboard
A Flutter SDK for KYC verification
1.0.8 #
- Added ID card back capture screen with manual capture and rectangle overlay guide
card_backimage is now included in the card verification payload alongsidecard_front- Added Third Party Withdrawal verification type with appointment scheduling flow
- Added verification option toggles (address check, AML check, credit check, OTP required) to example app
1.0.7 #
- Updated README: marked
idTypeandidNumberas required parameters
1.0.6 #
- Add option for multiple verification types
1.0.5 #
- Bumped minimum Flutter version to 3.16.0 for
PopScopecompatibility
1.0.4 #
- Fixed
actionsPaddingAppBar parameter incompatibility with Flutter < 3.22 - Fixed
Color.withValues()incompatibility with Flutter < 3.27 — replaced withwithOpacity()
1.0.3 #
- GPS coordinate capture for selfie-in-front-of-house
- Replaced all
print()withdebugPrint() - Wrapped sensitive debug logs in
kDebugMode
1.0.2 #
- Added address verification flow with digital, physical, and standard check types
- Added OTP verification support
- Added liveness detection (head-turn) for selfie capture
- Added multi-image capture screen for residence photos
- Fixed asset loading for SDK package consumers
- Fixed NV21 image buffer padding for Samsung/Sony devices
- Replaced
google_ml_kitmeta-package withgoogle_mlkit_face_detectionto eliminate Firebase duplicate class conflict for integrators usingfirebase-messaging
1.0.1 #
- Bug fixes and stability improvements for card detection
- Updated face detection thresholds for improved accuracy
- Fixed camera resolution handling on low-end devices
1.0.0 #
- Initial public release of Autheo SDK
- ID card capture with TFLite-based detection
- Selfie capture with face alignment guidance
- OTP verification screen