{"id":32276101,"url":"https://github.com/liangludev/face_collect_native","last_synced_at":"2026-02-22T18:01:34.418Z","repository":{"id":246786077,"uuid":"822937604","full_name":"LiangLuDev/face_collect_native","owner":"LiangLuDev","description":"A plugin for liveness face recognition and capture. support Android and iOS","archived":false,"fork":false,"pushed_at":"2024-11-10T17:08:14.000Z","size":2094,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-10T17:41:10.611Z","etag":null,"topics":["face-detection","face-liveness-detection","face-recognition","google-ml","liveness-detection"],"latest_commit_sha":null,"homepage":"","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/LiangLuDev.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-07-02T06:02:01.000Z","updated_at":"2024-11-10T17:09:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc120579-bd63-4707-9654-e64bbe3f958f","html_url":"https://github.com/LiangLuDev/face_collect_native","commit_stats":null,"previous_names":["liangludev/face_collect_native"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/LiangLuDev/face_collect_native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiangLuDev%2Fface_collect_native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiangLuDev%2Fface_collect_native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiangLuDev%2Fface_collect_native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiangLuDev%2Fface_collect_native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiangLuDev","download_url":"https://codeload.github.com/LiangLuDev/face_collect_native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiangLuDev%2Fface_collect_native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29721048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["face-detection","face-liveness-detection","face-recognition","google-ml","liveness-detection"],"created_at":"2025-10-22T23:57:59.289Z","updated_at":"2026-02-22T18:01:34.389Z","avatar_url":"https://github.com/LiangLuDev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Liveness face collect native\nA plugin for liveness face recognition and capture. support Android and iOS\n\n### Features\n- To recognize a face, keep still within the face recognition frame to ensure clarity and accuracy.\n- Determine if you are a real person through blinking and smiling.\n- Animation during facial scanning.\n- Return a clear and accurate image of the face.\n\n### Screenshot\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/LiangLuDev/face_collect_native/raw/main/screenshot/init_screenshot.png\" width=\"250px\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/LiangLuDev/face_collect_native/raw/main/screenshot/smile_screenshot.png\" width=\"250px\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://github.com/LiangLuDev/face_collect_native/raw/main/screenshot/blink_screenshot.png\" width=\"250px\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n### How to use\n\n```dart\nPermissionStatus status = await Permission.camera.request();\n  if (status.isGranted) {\n    Uint8List? faceBytes = await FaceCollectScreen.show(context);\n    if (faceBytes != null) {\n      setState(() {\n        this.faceBytes = faceBytes;\n      });\n    }\n  }\n  \n/// show face image\nImage.memory(faceBytes!, width: 300, fit: BoxFit.cover),\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliangludev%2Fface_collect_native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliangludev%2Fface_collect_native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliangludev%2Fface_collect_native/lists"}