- 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.