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 9cb6198 commit fe6fe7bCopy full SHA for fe6fe7b
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Flutter
18
uses: subosito/flutter-action@v2
19
with:
20
- flutter-version: '3.22.x' # Specify the Flutter version you want to use
+ flutter-version: '3.32.x' # Specify the Flutter version you want to use
21
channel: 'stable' # Use the stable channel of Flutter
22
23
# 3. Get Flutter dependencies
0 commit comments