We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have Flutter installed and am setting up the Flutter plugin in IntelliJ CE 2017.1.
The plugin should be able to detect where Flutter is installed, but does not:
$ flutter doctor [✓] Flutter (on Linux, locale en_US.UTF-8, channel master) • Flutter at ...djshuckerow/Code/flutter • Framework revision 792c98751f (19 hours ago), 2017-07-10 17:37:21 -0700 • Engine revision 8ad1576f27 • Tools Dart version 1.25.0-dev.4.0
[✓] Android toolchain - develop for Android devices (Android SDK 25.0.3) • Android SDK at ... • Platform android-stable, build-tools 25.0.3 • ANDROID_HOME = ... • Java binary at: ... • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] Android Studio (version 2.3) • Android Studio at ... • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] Android Studio (version 2.2) • Android Studio at ... • Java version OpenJDK Runtime Environment (build 1.8.0_76-release-b03)
[✓] IntelliJ IDEA Community Edition (version 2017.1) • Flutter plugin version 15.1 • Dart plugin version 171.4424
[✓] Connected devices • None
The text was updated successfully, but these errors were encountered:
Absolutely. We've talked a bit about this and it's very much on deck. Thanks for the report!
Sorry, something went wrong.
If the Flutter SDK is not set, which flutter should be used to get and set the Flutter and Dart SDK settings.
which flutter
I went to add this, but it looks like support was added in 5083957, and this issue was just never closed out.
jwren
No branches or pull requests
Steps to Reproduce
I have Flutter installed and am setting up the Flutter plugin in IntelliJ CE 2017.1.
The plugin should be able to detect where Flutter is installed, but does not:
Version info
$ flutter doctor
[✓] Flutter (on Linux, locale en_US.UTF-8, channel master)
• Flutter at ...djshuckerow/Code/flutter
• Framework revision 792c98751f (19 hours ago), 2017-07-10 17:37:21 -0700
• Engine revision 8ad1576f27
• Tools Dart version 1.25.0-dev.4.0
[✓] Android toolchain - develop for Android devices (Android SDK 25.0.3)
• Android SDK at ...
• Platform android-stable, build-tools 25.0.3
• ANDROID_HOME = ...
• Java binary at: ...
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] Android Studio (version 2.3)
• Android Studio at ...
• Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] Android Studio (version 2.2)
• Android Studio at ...
• Java version OpenJDK Runtime Environment (build 1.8.0_76-release-b03)
[✓] IntelliJ IDEA Community Edition (version 2017.1)
• Flutter plugin version 15.1
• Dart plugin version 171.4424
[✓] Connected devices
• None
The text was updated successfully, but these errors were encountered: