Reputation: 63
I have problem when trying to install the flutter in my desktop first I get error of :
is not recognized as an internal or external command operable program or batch file.
Then I open the system environment variable and add the flutter to the user variables path plus I add all of the flutter, git, system32 to systems variables path section.
Unfortunately, the problem is still present even with a restart.
Now when I type flutter doctor to Command prompt No results are shown and I cannot write an extra line.
Upvotes: 6
Views: 37619
Reputation: 622
You should take these steps:
(WINDOWS_KEY+R_KEY)
SystemPropertiesAdvanced
.Environment Variables
.Path
and click Edit.C:\flutter\bin
.Upvotes: 31