Skip to content

Commit bc8fc55

Browse files
authored
Add a table about SDK support in README (#8288)
This links to the flutter.dev site and provides a table similar to what Danny added: https://dartcode.org/sdk-version-compatibility/
1 parent d787c4e commit bc8fc55

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,17 @@ A brief summary of the [getting started guide](https://docs.flutter.dev/tools/an
2727
- install the [Flutter SDK](https://docs.flutter.dev/get-started/install)
2828
- run `flutter doctor` from the command line to verify your installation
2929
- ensure you have a supported IntelliJ development environment; either:
30-
- the latest stable version of [IntelliJ](https://www.jetbrains.com/idea/download), Community or Ultimate Edition (EAP versions are not always supported)
31-
- the latest stable version of [Android Studio](https://developer.android.com/studio) (note: Android Studio Canary versions are generally _not_ supported)
30+
- the latest stable version of [IntelliJ](https://www.jetbrains.com/idea/download), Community or Ultimate Edition (EAP versions are not
31+
always supported)
32+
- the latest stable version of [Android Studio](https://developer.android.com/studio) (note: Android Studio Canary versions are
33+
generally _not_ supported)
3234
- open the plugin preferences
33-
- `Preferences > Plugins` on macOS, `File > Settings > Plugins` on Linux, select "Browse repositories…"
35+
- `Preferences > Plugins` on macOS, `File > Settings > Plugins` on Linux, select "Browse repositories…"
3436
- search for and install the 'Flutter' plugin
3537
- choose the option to restart IntelliJ
3638
- configure the Flutter SDK setting
37-
- `Preferences` on macOS, `File>Settings` on Linux, select `Languages & Frameworks > Flutter`, and set
38-
the path to the root of your flutter repo
39+
- `Preferences` on macOS, `File>Settings` on Linux, select `Languages & Frameworks > Flutter`, and set
40+
the path to the root of your flutter repo
3941

4042
## Filing issues
4143

@@ -53,10 +55,10 @@ Please note the following known issues:
5355

5456
- [#601](https://github.com/flutter/flutter-intellij/issues/601): IntelliJ will
5557
read the PATH variable just once on startup. Thus, if you change PATH later to
56-
include the Flutter SDK path, this will not have an affect in IntelliJ until you
58+
include the Flutter SDK path, this will not have an effect in IntelliJ until you
5759
restart the IDE.
58-
- If you require network access to go through proxy settings, you will need to set the
59-
`https_proxy` variable in your environment as described in the
60+
- If you require network access to go through proxy settings, you will need to set the
61+
`https_proxy` variable in your environment as described in the
6062
[pub docs](https://dart.dev/tools/pub/troubleshoot#pub-get-fails-from-behind-a-corporate-firewall).
6163
(See also: [#2914](https://github.com/flutter/flutter-intellij/issues/2914).)
6264

@@ -66,3 +68,15 @@ If you like getting new features as soon as they've been added to the code then
6668
might want to try out the dev channel. It is updated weekly with the latest contents
6769
from the "master" branch. It has minimal testing. Set up instructions are in the wiki's
6870
[dev channel page](./docs/Dev-Channel.md).
71+
72+
## Flutter SDK compatibility
73+
74+
These are the versions of Flutter SDK that current and previous Flutter plugins support:
75+
76+
| Flutter SDK version | Flutter plugin version |
77+
|---------------------|------------------------|
78+
| up to v3.7 | 85.3.2 and earlier |
79+
| v3.10 and above | Currently supported |
80+
81+
Here is more information on the Flutter plugin's support for Flutter
82+
SDKs: https://docs.flutter.dev/tools/sdk#sdk-support-for-flutter-developer-tools.

0 commit comments

Comments
 (0)