We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177ca67 commit 2ad6885Copy full SHA for 2ad6885
.github/workflows/code-analysis.yml
@@ -24,8 +24,7 @@ jobs:
24
distribution: temurin
25
- uses: subosito/[email protected]
26
with:
27
- flutter-version: '3.27.3'
28
- cache: true
+ flutter-version-file: pubspec.yaml
29
30
- name: Install dependencies for google_ml_kit
31
working-directory: ./packages/google_ml_kit
packages/example/pubspec.lock
@@ -615,4 +615,4 @@ packages:
615
version: "1.1.0"
616
sdks:
617
dart: ">=3.7.0-0 <4.0.0"
618
- flutter: ">=3.27.0"
+ flutter: ">=3.29.0"
packages/example/pubspec.yaml
@@ -8,6 +8,7 @@ version: 1.0.0+1
8
9
environment:
10
sdk: ">=2.15.0 <4.0.0"
11
12
13
dependencies:
14
camera: ^0.11.1
0 commit comments