kyc_flutter 0.1.0
kyc_flutter: ^0.1.0 copied to clipboard
A drop-in Flutter KYC / face-liveness camera flow: framing captures plus optional blink, smile and head-turn challenges.
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
KycResultoutput 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, includingsmileThreshold.