0

I am trying to install flutter on Ubuntu 20.04. I am getting this issue on running flutter doctor

Android Studio
   ✗ Flutter plugin not installed; this adds Flutter specific functionality.
   ✗ Dart plugin not installed; this adds Dart specific functionality.

screenshot of command " flutter doctor -v "

I have already downloaded flutter and dart in android studio ( screenshot ) but I am still getting this issue.
Already tried --android-sdk directory and --android-studio-dir and update-alternatives --config java for jdk 8.

  • Have you tried restarting terminal and android studio after installation? – ASAD HAMEED Oct 24 '20 at 15:00
  • yes even restarted the pc – RED TOMATO Oct 24 '20 at 15:15
  • Is this the complete terminal message you get after running `flutter doctor`? – ASAD HAMEED Oct 24 '20 at 15:30
  • @ASADHAMEED https://i.stack.imgur.com/wZxVO.png – RED TOMATO Oct 24 '20 at 15:39
  • Try these solutions, https://stackoverflow.com/questions/51860845/flutter-plugin-not-installed-error-when-running-flutter-doctor – ASAD HAMEED Oct 24 '20 at 16:27
  • If you have installed Android Studio for your user only, this error will appear. You will have to install it globally on your machine, like in the `/opt` folder. I personally have IntelliJ (which is basically Android Studio with less plugins) installed for my local user and I do get these errors but it doesn't affect my development. Hope this helps – Nabeel Parkar Oct 29 '20 at 14:25

0 Answers0