flutter_face_detector 0.0.7
flutter_face_detector: ^0.0.7 copied to clipboard
A Flutter plugin that integrates Google Edge AI (MediaPipe Tasks Vision) to perform fast and offline face detection directly on Android devices.
0.0.7 #
- Clean up pubspec file
- Remove misleading information from README.md
0.0.5 #
- fix dart format issue
0.0.4 #
- upgrade ios min sdk to 13
0.0.3 #
- Updated example app to simulate a real KYC ID verification workflow.
- Enhanced UI/UX with clearer confidence feedback and upload button logic.
- Improved confidence parsing (supports values like
"92.61%"). - Added visual styling and status indicators for different detection levels.
0.0.2 #
- Stable release with complete metadata and build configuration.
- Fixed incorrect package information and missing README/LICENSE files.
- ✅ This is the first usable version.