-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 779 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (24 loc) · 779 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
name: flutter_camera_ml_vision
description: A flutter widget that show the camera stream and allow ML vision recognition on it, it allow you to detect barcodes, labels, text, faces...
version: 3.0.1
repository: https://github.com/rushio-consulting/flutter_camera_ml_vision
homepage: https://github.com/rushio-consulting/flutter_camera_ml_vision
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
firebase_ml_vision: ^0.12.0+1
#git:
# url: git://github.com/algirdasmac/flutterfire
# path: packages/firebase_ml_vision
firebase_core: ^1.1.0
visibility_detector: ^0.2.0
path_provider: ^2.0.1
pedantic: ^1.11.0
device_info: ^2.0.0
camera: ^0.8.1
collection: ^1.15.0
dev_dependencies:
flutter_test:
sdk: flutter