Skip to content

Releases: bagussubagja/flutter-liveness-detection-randomized-plugin

Release 1.1.0

16 Nov 12:44
c5a7fb3

Choose a tag to compare

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 context and config parameters
  • 🛠️ Fixed customizedLabel logic for proper skip challenge behavior
  • ✅ Added validation: customizedLabel must not be null when useCustomizedLabel is true

Release 1.0.8

25 Oct 05:07
b2a9caf

Choose a tag to compare

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

18 Aug 00:33
a2f79d7

Choose a tag to compare

  • Update google_mlkit_face_detection for better compability to newest flutter version

Release 1.0.6

01 Jul 17:09
637df8b

Choose a tag to compare

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

02 Apr 10:25
adddb10

Choose a tag to compare

Changelogs 1.0.5 :

  • 🛠️ Improve security liveness challenge
  • 🎨 Add set to max brightness option
  • 🛠️ Update readme.md

Release 1.0.4

04 Mar 09:53
5cab1b4

Choose a tag to compare

  • 🎭 Customizable liveness challenge labels
  • ⏳ Flexible security verification duration
  • 🎲 Adjustable number of liveness challenges

🎉 Release 1.0.3 : Merge pull request #9 from bagussubagja/develop

01 Jan 08:39
79cdff1

Choose a tag to compare

  • Add light and dark mode #6
  • Fix face not detected #5 #4
  • Add show currenct liveness detection challenge

1.0.2

28 Dec 04:42

Choose a tag to compare

update to 1.0.2 version 🚀