Reputation: 177
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.
I have installed flutter and dart plugins in the android studio.
Staring new flutter project is showing in the welcome screen
But when i run the flutter doctor in the terminal its says Flutter plugin not installed. I have attached the vim bash file too
I am not able to find whats the issue.
Thanks to all
Upvotes: 0
Views: 420
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
Reputation: 947
If you have IntelliJ IDEA
in your computer try to delete and run flutter doctor
again.
Upvotes: 0