{"id":18207457,"url":"https://github.com/bagussubagja/flutter-liveness-detection-randomized-plugin","last_synced_at":"2025-04-10T08:59:18.196Z","repository":{"id":260798588,"uuid":"882363262","full_name":"bagussubagja/flutter-liveness-detection-randomized-plugin","owner":"bagussubagja","description":"A Flutter plugin for liveness detection with randomized challenge response method","archived":false,"fork":false,"pushed_at":"2025-04-02T09:22:56.000Z","size":191,"stargazers_count":11,"open_issues_count":5,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T09:25:21.671Z","etag":null,"topics":["android","dart","face-detection","flutter","flutter-apps","flutter-package","flutter-plugin","ios","liveness","liveness-detection","secure","security"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_liveness_detection_randomized_plugin","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bagussubagja.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-02T16:22:46.000Z","updated_at":"2025-03-08T03:55:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8a67495-e3bc-40e6-b60a-7ee820608460","html_url":"https://github.com/bagussubagja/flutter-liveness-detection-randomized-plugin","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.33333333333333337","last_synced_commit":"e4a7e63d240b2bb2193f362d3a1bec5273eb24a0"},"previous_names":["bagussubagja/flutter-liveness-detection-randomized-plugin"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagussubagja%2Fflutter-liveness-detection-randomized-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagussubagja%2Fflutter-liveness-detection-randomized-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagussubagja%2Fflutter-liveness-detection-randomized-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagussubagja%2Fflutter-liveness-detection-randomized-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bagussubagja","download_url":"https://codeload.github.com/bagussubagja/flutter-liveness-detection-randomized-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190496,"owners_count":21062282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dart","face-detection","flutter","flutter-apps","flutter-package","flutter-plugin","ios","liveness","liveness-detection","secure","security"],"created_at":"2024-11-03T13:02:56.839Z","updated_at":"2025-04-10T08:59:18.187Z","avatar_url":"https://github.com/bagussubagja.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Liveness Detection Randomized Plugin\n\nA 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.\n\n[![pub package](https://img.shields.io/pub/v/flutter_liveness_detection_randomized_plugin.svg)](https://pub.dev/packages/flutter_liveness_detection_randomized_plugin)\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/50b64954ad654b65b0424d266399b026)](https://app.codacy.com/gh/bagussubagja/flutter-liveness-detection-randomized-plugin/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\n## Preview 🪟\n![Slide 16_9 - 1](https://github.com/user-attachments/assets/55e59d51-e0da-4562-879e-ae50adaced33)\n\nhttps://github.com/user-attachments/assets/f7266dc9-c4a2-4fba-8684-0ead2f678180\n\n## Features ✨\n\n- 📱 Real-time face detection\n- 🎲 Randomized challenge sequence generation\n- 💫 Cross-platform support (iOS \u0026 Android) \n- 🎨 Light and dark mode support\n- ✅ High accuracy liveness verification\n- 🚀 Simple integration API\n- 🎭 Customizable liveness challenge labels\n- ⏳ Flexible security verification duration\n- 🎲 Adjustable number of liveness challenges\n\n## Getting Started 🌟\n\nAdd this to your package's `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  flutter_liveness_detection_randomized_plugin: ^1.0.5\n```\n\n## Customized Steps Label\nYou can customized steps label or use certain step only of liveness challenge with this example :\n```\nconfig: LivenessDetectionConfig(\ncustomizedLabel: LivenessDetectionLabelModel(\n  blink: '', // add empty string to skip/pass this liveness challenge\n  lookDown: '',\n  lookLeft: '',\n  lookRight: '',\n  lookUp: 'Tengok Atas', // example of customize label name for liveness challenge. it will replace default 'look up'\n  smile: null, // null value to use default label name\n),\n),\n```\n\n## Platform Setup\n\n### Android\nAdd camera permission to your AndroidManifest.xml:\n```\n\u003cuses-permission android:name=\"android.permission.CAMERA\"/\u003e\n```\nMinimum SDK version: 23\n\n### iOS\nAdd camera usage description to Info.plist:\n```\n\u003ckey\u003eNSCameraUsageDescription\u003c/key\u003e\n\u003cstring\u003eCamera access is required for liveness detection\u003c/string\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbagussubagja%2Fflutter-liveness-detection-randomized-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbagussubagja%2Fflutter-liveness-detection-randomized-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbagussubagja%2Fflutter-liveness-detection-randomized-plugin/lists"}