Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 1.21 KB

0.0.9

  • 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 with captureControlBuilder.

0.0.8

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

0.0.7

  • Fixed Android face detection issue.
  • Updated dependencies.
  • Modified README.md.

0.0.6

  • Added onFaceDetected callback.
  • Updates code for stricter lint checks.
  • Updated dependencies.
  • Modified README.md.

0.0.5

  • Bug fix.
  • Modified README.md.

0.0.4

  • Updated dependencies.
  • Added message builder returning detected face so developers can return message based on face position.

0.0.3

  • Bug fix.
  • Modified pubspec.yaml description.

0.0.2

  • Fixed camera lens control.

0.0.1

  • Initial release.