question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flutter / Dart plugin not installed

See original GitHub issue

The 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

  1. Ran common workarounds
  2. Uninstalled the flutter and dart intellij plugin
  3. Ran flutter upgrade
  4. Re-installed the flutter and dart intellij plugin
  5. 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:closed
  • Created 3 years ago
  • Reactions:10
  • Comments:30 (1 by maintainers)

github_iconTop GitHub Comments

59reactions
xiruoruocommented, Nov 2, 2020

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

12reactions
Symyoncommented, Nov 6, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found