You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/dart-flutter-sdk-upgrade/SKILL.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ version bumps, no test changes.
22
22
23
23
Apply these standards to ALL SDK upgrade work:
24
24
25
-
-**Flutter and Dart versions differ** — always look up the Dart version bundled with the target Flutter release from https://docs.flutter.dev/install/archive
25
+
-**Flutter and Dart versions differ** — always look up the Dart version bundled with the target Flutter release from <https://docs.flutter.dev/install/archive>
26
26
-**CI uses `^MAJOR.MINOR.x`** — wildcard patch so CI always gets the latest patch
27
27
-**pubspec pins exact patch** — use `^MAJOR.MINOR.PATCH` with the specific patch version
28
28
-**Pure Dart packages** — use the Dart version directly, no Flutter mapping needed
@@ -38,7 +38,7 @@ for the target Flutter release before editing any files.
38
38
39
39
**How to find the Dart version:**
40
40
41
-
1. Open https://docs.flutter.dev/install/archive
41
+
1. Open <https://docs.flutter.dev/install/archive>
42
42
2. Find the target Flutter stable release
43
43
3. Note the Dart version listed alongside it
44
44
@@ -133,7 +133,7 @@ git diff HEAD --name-only
133
133
134
134
Suggested commit/PR message:
135
135
136
-
```
136
+
```text
137
137
chore: bump Flutter to 3.41.0 / Dart to 3.11.0
138
138
139
139
- Update flutter_version in .github/workflows/ to ^3.41.x (CI resolves latest patch)
0 commit comments