1
votes

I have installed both flutter and Dart plugins on Android Studio but when I run flutter doctor, it shows that plugins are not installed

Doctor summary (to see all details, run flutter doctor -v):
[√]
 Flutter (Channel stable, 1.22.3, on Microsoft Windows [Version 10.0.18363.1139], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[!] Android Studio (version 4.1.0)
    X Flutter plugin not installed; this adds Flutter specific functionality.
    X Dart plugin not installed; this adds Dart specific functionality.
[√] VS Code (version 1.46.1)
[√] VS Code, 64-bit edition (version 1.51.0)
[√] Connected device (1 available)

! Doctor found issues in 1 category.
2
restart your android studio and check again. if its dose not work try to re install both plugins - Saiful Islam
tried both and the issue is still there - Learnado
the thing is if i run flutter doctor then the same problem is in my computer too but everything is working fine and there is no problem with my flutter development . - Saiful Islam

2 Answers

0
votes
  • Start the Android Studio application
  • Open plugin preferences (Preferences>Plugins on macOS, File>Settings>Plugins on Windows & Linux).
  • Select Browse repositories…, select the Flutter plug-in and click install .
  • Click Yes when prompted to install the Dart plugin.
  • Click Restart when prompted.
0
votes

i had the same problem check: https://github.com/flutter/flutter-intellij/issues/4523

If you are on Mac: ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1

For windows and/or Linux you can try Flutter Dev channel:

flutter channel beta
flutter upgrade