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 8dafe3b commit 75af47aCopy full SHA for 75af47a
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Setup Flutter
88
uses: subosito/flutter-action@v2
89
with:
90
- flutter-version-file: pubspec.yaml
+ flutter-version: 3.22.x
91
channel: 'stable'
92
cache: true
93
pubspec.yaml
@@ -4,7 +4,6 @@ publish_to: 'none'
4
version: 0.8.53+202408151
5
environment:
6
sdk: '>=3.1.0 <4.0.0'
7
- flutter: 3.22.3
8
9
dependencies:
10
flutter:
0 commit comments