face_detector_flutter 1.0.1 copy "face_detector_flutter: ^1.0.1" to clipboard
face_detector_flutter: ^1.0.1 copied to clipboard

A Flutter plugin for real-time face detection using Google ML Kit and Camera. Provides a simple API to detect faces, validate alignment, and capture the face image as bytes (Uint8List) for authenticat [...]

1.0.0 #

  • Initial release 🎉
  • Added FaceDetectorController for face detection
  • Added FaceAuthView widget for preview and authentication
  • Support for Android and iOS
  • Returns detected face as Uint8List
  • Real-time detection with callbacks (FaceAuthState)

1.0.1 #

  • Fixed asset loading path for mobilefacenet.tflite
  • Ensured proper access via rootBundle.load("packages/<package_name>/assets/mobilefacenet.tflite")
1
likes
130
points
191
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for real-time face detection using Google ML Kit and Camera. Provides a simple API to detect faces, validate alignment, and capture the face image as bytes (Uint8List) for authentication or backend processing.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

camera, flutter, google_mlkit_commons, google_mlkit_face_detection, image, provider, tflite_flutter

More

Packages that depend on face_detector_flutter