Soundhar Raj
Soundhar Raj

Reputation: 177

Flutter Doctor, Flutter & Dart plugin not installed

I have been already running flutter and android studio. Today i just updated the android studio to latest version 4.1 after upgrading when i run the flutter doctor. I am getting the following error.

enter image description here

I have installed flutter and dart plugins in the android studio. enter image description here

Staring new flutter project is showing in the welcome screen enter image description here

But when i run the flutter doctor in the terminal its says Flutter plugin not installed. I have attached the vim bash file tooenter image description here

I am not able to find whats the issue.

Thanks to all

Upvotes: 0

Views: 420

Answers (2)

Mayvas
Mayvas

Reputation: 858

You cant fix it. This is Flutter bug.

https://github.com/flutter/flutter/issues/68180

Just wait or back to android studio 4.0

Upvotes: 1

SLendeR
SLendeR

Reputation: 947

If you have IntelliJ IDEA in your computer try to delete and run flutter doctor again.

Upvotes: 0

Related Questions