forked from rushio-consulting/flutter_camera_ml_vision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (22 loc) · 694 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (22 loc) · 694 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
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: 2.3.0
authors:
- Jimmy Aumard <jimmy.aumard@gmail.com>
- Rushio Consulting <dev@rushio-consulting.fr>
repository: https://github.com/rushio-consulting/flutter_camera_ml_vision
homepage: https://rushio-consulting.fr
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
firebase_ml_vision: ^0.9.7
flutter_widgets: ^0.1.12
path_provider: ^1.6.18
pedantic: ^1.9.0
device_info: ^0.4.2+8
camera: ^0.5.8+7
dev_dependencies:
flutter_test:
sdk: flutter