专业版为付费插件, 如有需要请联系qq 382146139
专业版为付费插件, 如有需要请联系qq 382146139
专业版为付费插件, 如有需要请联系qq 382146139
| 名称 | 描述 | 仓库 |
|---|---|---|
| 高德地图 | 高德地图地图组件, 提供地图控件 | |
| 高德定位 | 高德地图定位组件, 提供独立的定位功能 | |
| 高德搜索 | 高德地图搜索组件, 提供poi搜索等功能 | |
| 百度地图 | 百度地图, 包含了地图控件, 定位以及搜索poi等功能 | |
| 百度人脸识别 | 百度人脸识别, 提供活体检测等功能 | |
| 网易直播 | 网易直播推流组件 | |
| 网易云信 | 网易云信 IM组件 | |
| 腾讯直播 | 腾讯直播, 包含推流组件和播放组件 | |
| 腾讯IM | 腾讯IM组件 | |
| 腾讯地图 | 腾讯地图组件 | |
| 讯飞语音合成 | 腾讯语言合成组件, 提供文字转语言功能 | |
| 极光统计 | 极光统计组件, 提供异常上报等功能 | |
| 阿里云RTC | 阿里云实时音视频 | |
| 环信 | 环信IM | |
| 未完待续... | 如有其它需求, 请联系qq 382146139 |
dependencies:
flutter:
sdk: flutter
baidu_face_flutter: any- 百度人脸识别的licenseId和licenseFile和打包时的签名key是绑定在一起的, 所以要做到licenseId, licenseFile, applicationId, jks一致.
- 把licenseFile放在
android/app/src/main/assets/下, 插件会从这个位置读取licenseFile, 注意不要改动licenseFile名称, 默认名称为idl-license.face-android;
- (注意!)在XCode中添加授权文件到
Runner/下, 默认名称为idl-license.face-ios, 插件会从此位置读取授权文件. - 调起摄像头需要配置权限信息, 在Info.plist中添加
<key>NSCameraUsageDescription</key>
<string>需要相机</string>import 'package:baidu_face_flutter/baidu_face_flutter.dart';参考wiki.
| QQ群 |
|---|
![]() |
| 推流 | 社区版 | 专业版 |
|---|---|---|
| 活体动作配置 | ☑️ | ✅ |
| 动作是否随机 | ☑️ | ✅ |
| 模糊度范围 | ☑️ | ✅ |
| 光照范围 | ☑️ | ✅ |
| 剪裁人脸大小 | ☑️ | ✅ |
| 人脸角度范围 | ☑️ | ✅ |
| 最小检测人脸 | ☑️ | ✅ |
| 是否进行质量检测 | ☑️ | ✅ |
| 人脸遮挡范围 | ☑️ | ✅ |
| 是否开启提示音 | ☑️ | ✅ |
Copyright (C) 2020 yohom
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

