chore: upgrade Flutter to 3.44

This commit is contained in:
edde746
2026-05-18 22:52:51 +02:00
parent 55ee2c270d
commit e98d7febdd
24 changed files with 414 additions and 359 deletions
+9 -7
View File
@@ -29,7 +29,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.41.9"
flutter-version: "3.44.0"
cache: true
pub-cache: false
@@ -113,7 +113,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.41.9"
flutter-version: "3.44.0"
cache: true
pub-cache: false
@@ -178,7 +178,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.41.9"
flutter-version: "3.44.0"
cache: true
pub-cache: false
@@ -347,7 +347,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.41.9"
flutter-version: "3.44.0"
cache: true
pub-cache: false
@@ -407,7 +407,8 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "master"
channel: "stable"
flutter-version: "3.44.0"
cache: true
pub-cache: false
@@ -534,7 +535,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.41.9"
flutter-version: "3.44.0"
cache: true
pub-cache: false
@@ -648,7 +649,8 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "master"
channel: "stable"
flutter-version: "3.44.0"
cache: true
pub-cache: false
+4 -4
View File
@@ -23,7 +23,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.41.9"
flutter-version: "3.44.0"
cache: true
pub-cache: false
@@ -41,7 +41,7 @@ jobs:
- name: Verify generated files committed
run: |
dart run build_runner build --delete-conflicting-outputs
scripts/codegen.sh
if ! git diff --exit-code lib/; then
echo "::error::Generated files (.g.dart / .freezed.dart) are out of date."
echo "Run 'scripts/codegen.sh' and commit the result."
@@ -115,7 +115,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.41.9"
flutter-version: "3.44.0"
cache: true
pub-cache: false
@@ -170,7 +170,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.41.9"
flutter-version: "3.44.0"
cache: true
pub-cache: false