kyc_flutter 0.2.1 copy "kyc_flutter: ^0.2.1" to clipboard
kyc_flutter: ^0.2.1 copied to clipboard

A drop-in Flutter KYC / face-liveness camera flow: framing captures plus optional blink, smile and head-turn challenges.

0.2.1 #

  • Added topics (kyc, camera, face-detection, liveness, biometrics) to pubspec.yaml to improve discoverability on pub.dev.
  • Cleaned up the placeholder copyright line in LICENSE so pub.dev correctly detects the MIT license instead of showing "unknown".

0.2.0 #

  • Breaking: renamed the KYC-prefixed public types to Kyc for naming consistency — KYCFlutterKycFlutter, KYCStepKycStep. Update call sites, e.g. KycFlutter.instance.startKyc(...) and steps: [KycStep.blink].
  • Removed the uuid dependency — captured-image file names are now generated internally, shrinking the package's dependency footprint.
  • Added an Android troubleshooting note: AGP 9.x breaks the ML Kit face-detection native library; pin AGP to the stable 8.x line.
  • Added a demo GIF to the README.

0.1.0 #

Initial release.

  • One-call API: KycFlutter.instance.startKyc(context, config: ...).
  • Mandatory look-straight framing captures (far, then near) run first.
  • Optional liveness challenges: blink, smile, turn left, turn right.
  • Structured KycResult output with a status (success / cancelled / timeout) and images tagged by capture type and liveness step.
  • Fully customizable on-screen text via KycStrings (English by default).
  • Configurable thresholds and hold durations via DetectionConfig, including smileThreshold.
1
likes
140
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A drop-in Flutter KYC / face-liveness camera flow: framing captures plus optional blink, smile and head-turn challenges.

Repository (GitHub)
View/report issues

Topics

#kyc #camera #face-detection #liveness #biometrics

License

unknown (license)

Dependencies

camerawesome, flutter, google_mlkit_face_detection, path_provider

More

Packages that depend on kyc_flutter