Reputation: 35
If I write something such as flutter doctor inside the terminal, it saids ('flutter' is not recognized as an internal or external command, operable program or batch file.)and it doesn't work.Is there a specific place you should put the flutter file? Is there something you should add in the Enviroment variables? (Im using a window 10)
Upvotes: 0
Views: 1551
Reputation: 29
Because you are missing the PATH variables.
Follow these steps:
Now run flutter doctor
Upvotes: 0
Reputation: 859
Yes you need to add flutter to your environment path
Upvotes: 1