human_security 0.0.3
human_security: ^0.0.3 copied to clipboard
On-device face liveness verification with ML Kit active challenges, TFLite anti-spoofing, and optional face identity matching.
0.0.3 #
- Updated README with Android/iOS setup, usage examples, and configuration guide.
0.0.2 #
- Upgraded
camerato^0.12.0+1for up-to-date pub.dev dependency scoring. - Added dartdoc coverage for the full public API.
0.0.1 #
- Initial release of
human_securityon pub.dev. - Active ML Kit liveness challenges (blink, smile, head turns) with
FaceLivenessDetectorwidget. - Passive TFLite anti-spoofing via bundled
anti_spoof.tflite. - Optional face identity matching via bundled
face_embedding.tflite. ReferenceImageSourcefor file, bytes, and URL reference images.FaceMatchServiceandFaceMatchReportfor combined liveness + match results.- Front/back camera flip support and example app.