flutter_liveness_detection_randomized_plugin 1.0.2 copy "flutter_liveness_detection_randomized_plugin: ^1.0.2" to clipboard
flutter_liveness_detection_randomized_plugin: ^1.0.2 copied to clipboard

A Flutter plugin for liveness detection with randomized challenge response method

Flutter Liveness Detection Randomized Plugin #

A Flutter plugin for liveness detection with randomized challenge response method with an interaction mechanism between the user and the system in the form of a movement challenge that indicates life is detected on the face. This plugin helps implement secure biometric authentication by detecting real human presence through dynamic facial verification challenges.

pub package

Preview 🪟 #

Slide 16_9 - 1

https://github.com/user-attachments/assets/f7266dc9-c4a2-4fba-8684-0ead2f678180

Features ✨ #

  • 📱 Real-time face detection
  • 🎲 Randomized challenge sequence generation
  • 💫 Cross-platform support (iOS & Android)
  • 🎨 Customizable UI components
  • ✅ High accuracy liveness verification
  • 🚀 Simple integration API

Getting Started 🌟 #

Add this to your package's pubspec.yaml file:

dependencies:
  flutter_liveness_detection_randomized_plugin: ^1.0.2

Platform Setup #

Android #

Add camera permission to your AndroidManifest.xml:

<uses-permission android:name="android.permission.CAMERA"/>

Minimum SDK version: 21

iOS #

Add camera usage description to Info.plist:

<key>NSCameraUsageDescription</key>
<string>Camera access is required for liveness detection</string>
9
likes
140
points
214
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for liveness detection with randomized challenge response method

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

camera, camera_android_camerax, collection, equatable, flutter, google_mlkit_face_detection, image, lottie, plugin_platform_interface

More

Packages that depend on flutter_liveness_detection_randomized_plugin