autheo_sdk 1.0.8 copy "autheo_sdk: ^1.0.8" to clipboard
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_back image is now included in the card verification payload alongside card_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 idType and idNumber as required parameters

1.0.6 #

  • Add option for multiple verification types

1.0.5 #

  • Bumped minimum Flutter version to 3.16.0 for PopScope compatibility

1.0.4 #

  • Fixed actionsPadding AppBar parameter incompatibility with Flutter < 3.22
  • Fixed Color.withValues() incompatibility with Flutter < 3.27 — replaced with withOpacity()

1.0.3 #

  • GPS coordinate capture for selfie-in-front-of-house
  • Replaced all print() with debugPrint()
  • 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_kit meta-package with google_mlkit_face_detection to eliminate Firebase duplicate class conflict for integrators using firebase-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