# facial_liveness_detection_flutter_demo **Repository Path**: szrd2023/facial_liveness_detection_flutter_demo ## Basic Information - **Project Name**: facial_liveness_detection_flutter_demo - **Description**: 人脸活体检测flutter 插件demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2024-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # facial_liveness_detection_flutter_demo 人脸活体检测 flutter 插件样例工程 , 插件地址: https://pub.dev/packages/facial_liveness_detection_flutter_plugin 效果如下: ![demo](imgs/demo.gif) - H5 体验DEMO链接 : https://dev.esandcloud.com/h5demo/esand/living ## Getting Started 1. 增加插件依赖 : flutter pub add facial_liveness_detection_flutter_plugin 2. 增加其他依赖 : flutter pub add http #### Android 1. 增加摄像机权限 2. 在 android/build.gradle 中增加 aar 依赖, 如下: ``` allprojects { repositories { google() mavenCentral() flatDir { dirs project(':facial_liveness_detection_flutter_plugin').file('libs') } } } ``` #### IOS 1. 增加摄像机权限,如下 ![照片](imgs/WechatIMG534.jpg) ## 其他信息 1. 完整接入文档:https://esandinfo.yuque.com/yv6e1k/aa4qsg/hpxvm3vphsq4oh3g 3. 后端管理控制台地址: http://openali.esandcloud.com 4. 技术支持/定制化开发请联系 ``` 微信:esand_info qq: 3626921591 电话:13691664797 邮箱:reid.li@foxmail.com ``` ![wechatqrcode](imgs/qrcode.jpeg)