flutter_biometric_liveness 1.0.2
flutter_biometric_liveness: ^1.0.2 copied to clipboard
Passive face liveness detection, face template extraction, and cosine-similarity face matching for Flutter (iOS & Android).
1.0.2 #
- Fixed README images not displaying on pub.dev (absolute GitHub URLs).
- Fixed broken "Download APK" link in README.
1.0.1 #
- Fixed broken imports in example app after package rename.
1.0.0+1 #
- Initial public release.
- Passive face liveness detection using MiniFASNet TFLite model.
- Face template extraction (512-byte FaceNet embedding) from camera or gallery.
- Synchronous cosine-similarity face matching — handles 2,000+ users in < 1 ms.
- License-gated SDK — contact sushanta.97.behera@gmail.com for a token.
- Supports Android (API 24+) and iOS (12.0+).