We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f1890 commit cdd2ec2Copy full SHA for cdd2ec2
example/pubspec.lock
@@ -29,13 +29,6 @@ packages:
29
url: "https://pub.dartlang.org"
30
source: hosted
31
version: "1.0.4"
32
- camera:
33
- dependency: "direct main"
34
- description:
35
- name: camera
36
- url: "https://pub.dartlang.org"
37
- source: hosted
38
- version: "0.4.3+2"
39
charcode:
40
dependency: transitive
41
description:
@@ -441,4 +434,4 @@ packages:
441
434
version: "2.1.15"
442
435
sdks:
443
436
dart: ">=2.2.2 <3.0.0"
444
- flutter: ">=1.2.0 <2.0.0"
437
+ flutter: ">=0.1.4 <2.0.0"
example/pubspec.yaml
@@ -13,7 +13,6 @@ dependencies:
13
firebase_mlvision:
14
path: ../
15
firebase_core: ^0.4.0
16
- camera: ^0.4.2
17
18
dev_dependencies:
19
flutter_test:
0 commit comments