biopassid_face_liveness_sdk 1.0.5
biopassid_face_liveness_sdk: ^1.0.5 copied to clipboard
BioPass ID Face Liveness SDK Flutter plugin.
1.0.5 #
- Documentation update;
- Connection timeout for license activation removed on Android;
- Added face detection on iOS;
- Added auto capture on iOS.
1.0.4 #
- Documentation update;
- Fixed a bug where the maximum detection time was reset even after the SDK was closed.
1.0.3 #
- Documentation update;
- Fixed validation of facial angles.
1.0.2 #
- Documentation update;
- Fix in the drawing of the face's bounding box, which was inverted on the X axis, on Android.
1.0.1 #
- Documentation update;
- Upgrade from Camera2 to CameraX on Android;
- FaceLivenessFaceCaptureResult renamed to LivenessFaceAttributes;
- New feedback message specific to invalid IED;
- New faceCentralizationThresh in FaceLivenessDetectionOptions;
- New debug parameter:
- If debug=true, the facial detection attributes that result in an invalid face will be printed in the UI;
- If debug=true, the face rectangle will be drawn in the UI.
- Bug fixes for face centering on Android;
- Fixed a bug that caused the onFaceCapture callback to crash on some devices on Android.
1.0.0 #
- Added documentation;
- Added face detection on Android;
- Added auto capture on Android.