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 12310f4 commit e129b2bCopy full SHA for e129b2b
.github/workflows/android-release.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: subosito/flutter-action@v1
26
with:
27
channel: 'stable'
28
- flutter-version: '3.3.x'
+ flutter-version: '3.7.x'
29
30
- name: Decrypt config files
31
run: |
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
- run: dart --version
- run: flutter --version
.github/workflows/linter.yml
@@ -20,7 +20,7 @@ jobs:
- name: Get dependencies
run: flutter pub get
0 commit comments