Skip to content

Commit d5285c8

Browse files
committed
Clean up SDK version + add callout
1 parent a81e40a commit d5285c8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sdk-version-compatibility.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ table th, table td {
1212

1313
The table below indicates the latest Dart/Flutter extensions that can be used when using older versions of the Dart/Flutter SDKs.
1414

15+
{:.callout.title}
16+
### Dart 2.19 / Flutter 3.7 Support Ending Soon
17+
18+
{:.callout.body}
19+
Support for Dart SDK v2.19 and earlier (and the corresponding Flutter 3.7 and earlier) is ending soon. Please update to at least Dart 3.0 / Flutter 3.10 to avoid disruption.
20+
1521
| Dart SDK | Flutter SDK | Extension Version | |
1622
| ----- | ----- | ----- | ----- |
17-
| up to v3.0 | up to v3.10 | Support ending soon <!-- <span title="v?.??+1 removes legacy analysis server protocol support">Supported until v?.??</span> --> | [announcement](https://groups.google.com/g/flutter-announce/c/JQHzM3FbBGI) |
23+
| up to v2.19 | up to v3.7 | Support ending soon <!-- <span title="v?.??+1 removes legacy analysis server protocol support">Supported until v?.??</span> --> | [announcement](https://groups.google.com/g/flutter-announce/c/JQHzM3FbBGI) |
1824
| v3.0 - current | v3.10 - current | Currently supported |
1925

2026
To switch to a specific version of the extensions, use the **Install Specific Version...** from the cog menu on the extension in VS Code's extensions side bar:

0 commit comments

Comments
 (0)