forked from brianmtully/flutter_google_ml_vision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (27 loc) · 755 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (27 loc) · 755 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
30
31
32
name: google_ml_vision
description: Flutter plugin for Google ML Kit on-device vision apis. It includes barcode scanning, image labeling, text recognition and face detection.
homepage: https://github.com/brianmtully/flutter_google_ml_vision
version: 0.0.8
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
pedantic: ^1.8.0
test: any
flutter:
plugin:
platforms:
android:
package: com.brianmtully.flutter.plugins.googlemlvision
pluginClass: GoogleMlVisionPlugin
ios:
pluginClass: FLTGoogleMlVisionPlugin
false_secrets:
- 'example/ios/Runner/GoogleService-Info.plist'