Home > other >  Pub get has not been run
Pub get has not been run

Time:12-25

I installed the flutter in my windows 11. When I open the new flutter project, after installing the flutter plugins, I got this error 'Pub get has not been run '. enter image description here

I also clicked on get dependences and upgrade dependencies. But still getting the error.

Is there any solution.

CodePudding user response:

This is a known bug in Android Studio. The message disappears, when I disconnect my phone from my MacBook and plug it in again. You could also try to restart Android Studio, use flutter pub get in your terminal or just press ignore.

  • Related