liveness_capture 0.0.7
liveness_capture: ^0.0.7 copied to clipboard
A Flutter package for face liveness detection with configurable challenge types and auto-capture. Detect real human presence using smile, blink, and head turns.
0.0.7 #
- Add disposal state management to _CameraViewState for safer resource handling
0.0.6 #
- Improve null handling in _CameraViewState
0.0.5 #
- Refactor camera controller handling in _CameraViewState to improve null safety and code clarity
0.0.4 #
- Add onController callback to FaceDetectorScreen for CameraController access
0.0.3 #
- Add liveness.png image asset
0.0.2 #
- Bumped camera and ML Kit dependency versions.
0.0.1 #
- Initial release.
- Liveness detection with configurable rule sets (smile, blink, look left/right, tilt up/down).
- Animated dotted-circle progress indicator.
- Auto face-centering guidance using Google ML Kit.
- Photo capture on successful validation.