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 37d748b commit 1a2887eCopy full SHA for 1a2887e
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: subosito/flutter-action@v1
21
with:
22
channel: 'stable' # 'dev', 'master', default to: 'stable'
23
- flutter-version: '3.0.5' # this is your flutter version<make sure your flutter version>
+ flutter-version: '3.3.0' # this is your flutter version<make sure your flutter version>
24
- run: flutter pub get
25
26
# - run: flutter test # Run widget tests for our flutter project.I'm not run for now.
0 commit comments