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: sdk-version-compatibility.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,15 @@ table th, table td {
12
12
13
13
The table below indicates the latest Dart/Flutter extensions that can be used when using older versions of the Dart/Flutter SDKs.
14
14
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
+
15
21
| Dart SDK | Flutter SDK | Extension Version ||
16
22
| ----- | ----- | ----- | ----- |
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)|
18
24
| v3.0 - current | v3.10 - current | Currently supported |
19
25
20
26
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