-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
42 lines (36 loc) · 1.22 KB
/
pubspec.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
name: flutter_liveness_detection_randomized_plugin
description: "A Flutter plugin for liveness detection with randomized challenge response method"
version: 1.0.3
homepage: "https://bagussubagja.vercel.app"
repository: "https://github.com/bagussubagja/flutter-liveness-detection-randomized-plugin"
environment:
sdk: ^3.5.3
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
google_mlkit_face_detection: 0.11.0
camera: 0.10.6 #^0.11.0+2
# camera_android_camerax: ^0.6.7+2
equatable: ^2.0.5
image: ^4.0.15
lottie: ^2.4.0
collection: ^1.18.0
dependency_overrides:
camera_android_camerax: 0.6.10+1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
plugin:
platforms:
android:
package: com.bagussubagja.flutter_liveness_detection_randomized_plugin.flutter_liveness_detection_randomized_plugin
pluginClass: FlutterLivenessDetectionRandomizedPlugin
ios:
pluginClass: FlutterLivenessDetectionRandomizedPlugin
assets:
- packages/flutter_liveness_detection_randomized_plugin/src/core/assets/face-id-anim.json
- packages/flutter_liveness_detection_randomized_plugin/src/core/assets/face-detected.json