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: README.md
+22-8Lines changed: 22 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,17 @@ A brief summary of the [getting started guide](https://docs.flutter.dev/tools/an
27
27
- install the [Flutter SDK](https://docs.flutter.dev/get-started/install)
28
28
- run `flutter doctor` from the command line to verify your installation
29
29
- 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)
32
34
- 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…"
34
36
- search for and install the 'Flutter' plugin
35
37
- choose the option to restart IntelliJ
36
38
- 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
39
41
40
42
## Filing issues
41
43
@@ -53,10 +55,10 @@ Please note the following known issues:
53
55
54
56
-[#601](https://github.com/flutter/flutter-intellij/issues/601): IntelliJ will
55
57
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
57
59
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
0 commit comments