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.
2 parents 354be60 + 7e94fee commit 288ded6Copy full SHA for 288ded6
.github/workflows/flutterci.yml
@@ -26,7 +26,7 @@ jobs:
26
# Step 3: Setup Flutter with version 3.7.11
27
- uses: subosito/flutter-action@v1
28
with:
29
- flutter-version: '3.19.6'
+ flutter-version: '3.22.1'
30
31
# Step 4: Get dependencies using pub get
32
- run: flutter pub get
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: taskwarrior
2
description: A new Flutter project.
3
-version: 1.0.0+1
+version: 2.0.0+2
4
publish_to: "none" # Remove this line if you wish to publish to pub.dev
5
6
environment:
0 commit comments