face_detector_flutter 1.0.1
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")