- Adds a namespace for compatibility with AGP 8.0.
- Enhanced performance.
- Updated dependencies.
- Fixed face detection issue on some Android devices.
- Changed minimum iOS requirement to 15.5.0.
- Added
setZoomLevel
control to theFaceCameraController
. - Added
ignoreFacePositioning
allowing developers to triggeronCapture
even when the face is not well positioned. - Modified
README.md
.
- Updated dependencies.
- Fixed face detection issue on some Android devices.
DEPRECATIONS
- The
onTakePictureButtonPressed
have been replaced withcaptureImage
.
- Added
FaceCameraController
allowing developers to control theSmartFaceCamera
widget. - Updated dependencies.
- Enhanced performance.
- Modified
README.md
.
BREAKING CHANGES:
captureControlIcon
has been replaced withcaptureControlBuilder
.imageResolution, defaultCameraLens, defaultFlashMode, enableAudio, autoCapture, orientation, onCapture, onFaceDetected, performanceMode
has been moved toFaceCameraController
.
- Improved codebase documentations.
- Added
performanceMode
allowing developers to choose their preferred performance mode. - Include
IndicatorShape.none
allowing developers to hide face indicator.
- Added
captureControlBuilder
returning detected face so that developers can build a custom capture control icon. - Added
autoDisableCaptureControl
to disable capture control when enabled and no face is detected. - Enhanced performance.
- Updated dependencies.
- Modified
README.md
.
DEPRECATIONS
- The
captureControlIcon
have been replaced withcaptureControlBuilder
.
- Added indicatorShapes and indicatorAssetImage parameters so that developers can choose their desired face indicator.
- Added indicatorBuilder returning detected face and image size so that developers can build a custom face indicator.
- Updated dependencies.
- Modified
README.md
.
- Fixed Android face detection issue.
- Updated dependencies.
- Modified
README.md
.
- Added onFaceDetected callback.
- Updates code for stricter lint checks.
- Updated dependencies.
- Modified
README.md
.
- Bug fix.
- Modified
README.md
.
- Updated dependencies.
- Added message builder returning detected face so developers can return message based on face position.
- Bug fix.
- Modified
pubspec.yaml
description.
- Fixed camera lens control.
- Initial release.