forked from Conezi/face_camera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
29 lines (24 loc) · 684 Bytes
/
pubspec.yaml
File metadata and controls
29 lines (24 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: face_camera
description: A Flutter camera plugin that detects faces in real-time. In addition it can capture automatically once a face is detected, This can be handy while taking a selfie during kyc.
version: 0.1.2
homepage: https://github.com/Conezi/face_camera
environment:
sdk: '>=2.18.4 <4.0.0'
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
camera: ^0.11.0+1
google_mlkit_face_detection: ^0.11.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: com.conezi.face_camera
pluginClass: FaceCameraPlugin
ios:
pluginClass: FaceCameraPlugin