dot_face_lite 0.6.0 dot_face_lite: ^0.6.0 copied to clipboard
A Flutter plugin, as a part of Innovatrics DOT Flutter SDK, that provides components for face capture and related functionalities for a Flutter project.
0.6.0 - 2024-10-15 #
Fixed #
- Android: Releasing of screen orientation lock.
- iOS: Rare issue in SDK initialization.
0.5.1 - 2024-09-02 #
Fixed #
- Android:
FaceAutoCaptureConfiguration.QualityAttributeThresholds.maxDevicePitchAngle
was not being applied correctly.
0.5.0 - 2024-08-23 #
Fixed #
- Android: Stability issue in UI components.
0.4.0 - 2024-08-06 #
Added #
- Property
FaceAutoCaptureResult.face
. - Property
FaceAutoCaptureDetection.face
. - Property
MagnifEyeLivenessResult.face
. - Method argument
isFacePresenceRequired
to methodFaceAutoCaptureViewController.requestCapture()
. - Enum
CaptureMode
. - Property
FaceAutoCaptureConfiguration.captureMode
. - Property
FaceAutoCaptureConfiguration.isPlaceholderVisible
. - Class
FaceAutoCaptureConfigurationPresets
.
Changed #
- Class
FaceDetectorResult
toFaceDetectorFace
.
Removed #
- Properties
FaceAutoCaptureResult.faceDetectorResult
. - Properties
MagnifEyeLivenessResult.faceDetectorResult
. - Properties
FaceAutoCaptureDetection.faceDetectorResult
,.position
. - Callback
OnFaceAutoCaptureCandidateSelectionStartedCallback
. - Callback
OnFaceAutoCaptureStoppedCallback
. - Callback
OnMagnifEyeLivenessStoppedCallback
. - Property
FaceAutoCaptureWidget.onCandidateSelectionStarted
. - Property
FaceAutoCaptureWidget.onStopped
. Use theFaceAutoCaptureWidgetController.stopAsync()
method withawait
keyword instead. - Property
MagnifEyeLivenessWidget.onStopped
. Use theMagnifEyeLivenessWidgetController.stopAsync()
method withawait
keyword instead.
Fixed #
- Android: Stability issue in UI components.
0.3.0 - 2024-03-26 #
- Technical release. No changes.
0.2.1 - 2024-02-16 #
Fixed #
- Documentation.
0.2.0 - 2024-02-16 #
- Initial release.