face_verification 0.0.6 copy "face_verification: ^0.0.6" to clipboard
face_verification: ^0.0.6 copied to clipboard

On-device face verification using FaceNet-style embeddings with an offline TFLite model for Flutter (Android/iOS).

0.0.6 #

  • Feature: Added new registration status check functions
    • isFaceRegistered(String id) - Check if a face is registered by ID
    • isFaceRegisteredWithImageId(String id, String imageId) - Check for specific ID + imageId combination
  • Docs: Enhanced README with comprehensive registration management section
    • Added detailed examples for registration status checks
    • Included use cases for preventing duplicate registrations
    • Updated feature list to highlight registration status capabilities
    • Fixed iOS Podfile configuration syntax error
    • Clarified imageId parameter as required (not optional)
    • Added troubleshooting for "ID already exists" error
  • Dependencies: Updated example app dependencies
    • image_picker: ^1.2.0 (from ^1.1.2)
    • Updated various transitive dependencies
  • Dependencies: Updated plugin dependencies
    • plugin_platform_interface: ^2.1.8 (from ^2.0.2)
    • path_provider: ^2.1.5 (from ^2.1.4)

0.0.5 #

  • Docs: Fixed repository URL in README issues section

0.0.4 #

  • Docs: Complete README overhaul with improved user experience
    • Added clear value proposition and use cases upfront
    • Enhanced step-by-step usage guide with practical examples
    • Improved code snippets with real-world scenarios
    • Added comprehensive troubleshooting section
    • Better organized platform setup instructions
    • Added tips for optimal photo quality and threshold tuning
    • Improved formatting with emojis and visual hierarchy for better readability

0.0.3 #

  • Docs: sync install snippet to ^0.0.2
  • Metadata refresh to surface repository links on pub.flutter-io.cn

0.0.2 #

  • Docs: revamped README (requirements, quick start, staffId behavior)
  • Metadata: added homepage/repository/issue_tracker
  • License: switched to MIT text

0.0.1 #

  • Initial release with on-device face registration/verification, bundled model, and local storage
2
likes
0
points
142
downloads

Publisher

unverified uploader

Weekly Downloads

On-device face verification using FaceNet-style embeddings with an offline TFLite model for Flutter (Android/iOS).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_mlkit_face_detection, image, path, path_provider, plugin_platform_interface, sqflite, tflite_flutter

More

Packages that depend on face_verification