Flutter / Dart plugin not installed
See original GitHub issueThe flutter and dart plugins for Intellij Ultimate 2020.1 are not working. Flutter doctor does not recognize the plugins as being installed.
Steps to Reproduce
- Ran common workarounds
- Uninstalled the flutter and dart intellij plugin
- Ran flutter upgrade
- Re-installed the flutter and dart intellij plugin
- In preferences -> plugins, the below are listed as installed and enabled:
Dart 201.7223.43
Flutter 45.1.3
Version info
[✓] Flutter (Channel stable, v1.12.13+hotfix.9, on Mac OS X 10.15.4 19E287, locale en-US)
• Flutter version 1.12.13+hotfix.9 at /Users/galen/flutter
• Framework revision f139b11009 (5 weeks ago), 2020-03-30 13:57:30 -0700
• Engine revision af51afceb8
• Dart version 2.7.2
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
• Android SDK at /Users/galen/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 29.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.4.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.4.1, Build version 11E503a
• CocoaPods version 1.8.4
[✓] Android Studio (version 3.6)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 45.1.1
• Dart plugin version 192.7761
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
[!] IntelliJ IDEA Ultimate Edition (version 2020.1.1)
• IntelliJ at /Applications/IntelliJ IDEA.app
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• For information about installing plugins, see
https://flutter.dev/intellij-setup/#installing-the-plugins
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
Process finished with exit code 0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:30 (1 by maintainers)
Top Results From Across the Web
Flutter plugin not installed error; When running 'flutter doctor'
Go to Android studio → Settings → plugins → in the search bar search for Flutter and Dart plugins. If you are installing...
Read more >Flutter and Dart plugin not installed warnings in flutter doctor
2.) Open plugin preferences (Preferences>Plugins on macOS, File>Settings>Plugins on Windows & Linux). 3.) Select Browse repositories…, ...
Read more >Flutter plugin not installed error. When running flutter doctor
Flutter Plugin Not Installed Error, When Run flutter doctor. Here Is Defined all Possible Solution to solve your Error.
Read more >Windows install - Flutter documentation
Get the Flutter SDK. Update your path; Run flutter doctor ; Android setup. Install Android Studio; Set up your Android device; Set up...
Read more >flutter doctor showing flutter plugin not installed Code Example
“flutter doctor showing flutter plugin not installed” Code Answer's. Grepper Logo Small. Search. 75. Loose MatchExact Match. 2 Code Answers.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For Android Studio 4.1+,It is in a different directory now, I solved by this command:
ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1
Flutter Dev channel has fixed this issue, not yet in stable though. You can switch to Dev for now:
flutter channel beta
flutter upgrade
That will work for Windows too (as the above solution is for MacOS).Taken from here: https://stackoverflow.com/a/64417280/503226