- 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
setZoomLevelcontrol to theFaceCameraController. - Added
ignoreFacePositioningallowing developers to triggeronCaptureeven when the face is not well positioned. - Modified
README.md.
- Updated dependencies.
- Fixed face detection issue on some Android devices.
DEPRECATIONS
- The
onTakePictureButtonPressedhave been replaced withcaptureImage.
- Added
FaceCameraControllerallowing developers to control theSmartFaceCamerawidget. - Updated dependencies.
- Enhanced performance.
- Modified
README.md.
BREAKING CHANGES:
captureControlIconhas been replaced withcaptureControlBuilder.imageResolution, defaultCameraLens, defaultFlashMode, enableAudio, autoCapture, orientation, onCapture, onFaceDetected, performanceModehas been moved toFaceCameraController.
- Improved codebase documentations.
- Added
performanceModeallowing developers to choose their preferred performance mode. - Include
IndicatorShape.noneallowing developers to hide face indicator.
- Added
captureControlBuilderreturning detected face so that developers can build a custom capture control icon. - Added
autoDisableCaptureControlto disable capture control when enabled and no face is detected. - Enhanced performance.
- Updated dependencies.
- Modified
README.md.
DEPRECATIONS
- The
captureControlIconhave 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.yamldescription.
- Fixed camera lens control.
- Initial release.