Releases: bagussubagja/flutter-liveness-detection-randomized-plugin
Releases · bagussubagja/flutter-liveness-detection-randomized-plugin
Release 1.1.0
Update 1.1.0
- ⏱️ Added automatic cooldown feature after 3 failed verification attempts
- 🔒 10-minute waiting period with persistent countdown (survives app restarts)
- 🎯 Countdown only decreases when app is active (pauses when app is backgrounded)
- 🔄 API Refactor: All parameters consolidated into
LivenessDetectionConfig - 🎯 Simplified API - only requires
contextandconfigparameters - 🛠️ Fixed customizedLabel logic for proper skip challenge behavior
- ✅ Added validation:
customizedLabelmust not be null whenuseCustomizedLabelis true
Release 1.0.8
Changelog :
📦 Add packagingOptions with useLegacyPackaging for Android compatibility
🛠️ Fix InputImageConverterError for unsupported image formats #45
📷 Add configurable camera resolution preset (cameraResolution parameter)
⚡ Improved error handling for ML Kit face detection
🔧 Platform-specific image format optimization (NV21 for Android, BGRA8888 for iOS) #46
Release 1.0.7
- Update google_mlkit_face_detection for better compability to newest flutter version
Release 1.0.6
1.0.6 🚀
- 🛠️ Fix issue camera preview freeze while start liveness detection
- 🎨 Face preview now looks better, no longer stretching
- 🎨 Add parameter to adjust image quality liveness result
Release 1.0.5
Changelogs 1.0.5 :
- 🛠️ Improve security liveness challenge
- 🎨 Add set to max brightness option
- 🛠️ Update readme.md
Release 1.0.4
- 🎭 Customizable liveness challenge labels
- ⏳ Flexible security verification duration
- 🎲 Adjustable number of liveness challenges
🎉 Release 1.0.3 : Merge pull request #9 from bagussubagja/develop
1.0.2
update to 1.0.2 version 🚀