face_liveness_verifier 1.0.1
face_liveness_verifier: ^1.0.1 copied to clipboard
A Flutter plugin for face liveness detection with randomized challenges to verify real human presence through facial movements.
Changelog #
1.0.1 #
- Fixed export issues for
LivenessConfig,ChallengeType, andLivenessDetectionView. - Added barrel file
lib/face_liveness_verifier.dartfor easier imports. - Improved compatibility with FlutterFlow custom actions.
- Resolved test failure in
LivenessConfigby ensuring default thresholds.
1.0.0 #
- Initial release of face_liveness_verifier.
- Features:
- Liveness detection with customizable challenges (blink, look left, look right, look up, look down, smile).
- Support for Android and iOS using the camera package.
- Integration with google_mlkit_face_detection for face detection and liveness verification.
- Configurable options for brightness, challenge duration, and UI customization.