Skip to content

Commit 48b4c2f

Browse files
2233adminclaude
andcommitted
fix: use Flutter 3.29.2 in CI to match Dart SDK ^3.7.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2095430 commit 48b4c2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: subosito/flutter-action@v2
1818
with:
19-
flutter-version: '3.29.0'
19+
flutter-version: '3.29.2'
2020
channel: 'stable'
2121

2222
- name: Install dependencies

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none'
44
version: 0.1.0+1
55

66
environment:
7-
sdk: ^3.7.0
7+
sdk: ^3.7.2
88

99
dependencies:
1010
flutter:

0 commit comments

Comments
 (0)