face_camera 0.1.0 copy "face_camera: ^0.1.0" to clipboard
face_camera: ^0.1.0 copied to clipboard

A Flutter camera plugin that detects faces in real-time. In addition it can capture automatically once a face is detected, This can be handy while taking a selfie during kyc.

0.1.0 #

  • Improved codebase documentations.
  • Added performanceMode allowing developers to choose their preferred performance mode.
  • Include IndicatorShape.none allowing developers to hide face indicator.

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.
139
likes
140
pub points
92%
popularity

Publisher

unverified uploader

A Flutter camera plugin that detects faces in real-time. In addition it can capture automatically once a face is detected, This can be handy while taking a selfie during kyc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

camera, flutter, google_mlkit_face_detection

More

Packages that depend on face_camera