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 5133168 commit f1ad4a8Copy full SHA for f1ad4a8
.github/workflows/deploy.yml
@@ -17,6 +17,8 @@ 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
21
+ cache: true # Enable caching for Flutter dependencies
22
channel: 'stable' # Use the stable channel of Flutter
23
24
# 3. Get Flutter dependencies
0 commit comments