Home > OS >  'flutter run' is not recognized as an internal or external command
'flutter run' is not recognized as an internal or external command

Time:11-02

I try to run 'flutter run' but it give me error : enter image description here

I added the flutter to the Path, and it did recognized when I run 'flutter doctor'enter image description here

what could be the problem that it not recognized the 'flutter run' ? I try it in cmd, in vs code.

CodePudding user response:

Please got through this link, complete guide is given here.

https://stackoverflow.com/questions/53636255/flutter-is-not-recognized-as-an-internal-or-external-command#:~:text=The solution is to install,suggested in the other answers.

CodePudding user response:

try to enable hardware acceleration, in the documentation here

  • Related