Skip to content

Commit 4f4805f

Browse files
author
Nguyễn Tuấn Việt
committed
fix(ci): bump Flutter 3.29.2 → 3.41.5 (Dart 3.8.0+)
flutter_lints 5.x and flutter_svg 2.2.3+ require Dart >=3.8.0. Flutter 3.29.2 ships Dart 3.7.2 which is too old for current stable deps. Flutter 3.41.5 ships Dart 3.8.x — resolves all dependency conflicts. Updated in all 5 workflows: analyze, test, coverage, golden, benchmark.
1 parent 74f658d commit 4f4805f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Pre-flight Checks
1818
# ─────────────────────────────────────────────────────────────────────────────
1919

2020
env:
21-
FLUTTER_VERSION: "3.29.2"
21+
FLUTTER_VERSION: "3.41.5"
2222

2323
on:
2424
push:

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Performance Regression
1414
# ─────────────────────────────────────────────────────────────────────────────
1515

1616
env:
17-
FLUTTER_VERSION: "3.29.2" # keep in sync with golden.yml
17+
FLUTTER_VERSION: "3.41.5" # keep in sync with golden.yml
1818

1919
on:
2020
pull_request:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Coverage
1111
# ─────────────────────────────────────────────────────────────────────────────
1212

1313
env:
14-
FLUTTER_VERSION: "3.29.2"
14+
FLUTTER_VERSION: "3.41.5"
1515

1616
on:
1717
push:

.github/workflows/golden.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: Visual Regression
1919
# ─────────────────────────────────────────────────────────────────────────────
2020

2121
env:
22-
FLUTTER_VERSION: "3.29.2" # ← single source of truth; bump here + update-goldens
22+
FLUTTER_VERSION: "3.41.5" # ← single source of truth; bump here + update-goldens
2323
FONT_PACKAGES: >-
2424
fonts-noto
2525
fonts-noto-cjk

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: Core Validation
2020
# ─────────────────────────────────────────────────────────────────────────────
2121

2222
env:
23-
FLUTTER_VERSION: "3.29.2"
23+
FLUTTER_VERSION: "3.41.5"
2424

2525
on:
2626
push:

0 commit comments

Comments
 (0)