I added the route to the bin to the PATH but CMD still doesn’t recognize it. I have Windows 10.
echo %PATH%;
where the bin is located;
I tried to write flutter commands in CMD, but it gave "’flutter’ is not recognized as an internal or external command" feedback
2
Answers
hi I think this link will help https://www.fluttercampus.com/guide/200/flutter-is-not-recognized-as-an-internal-or-external-command/
try reinstalling flutter too and then run this command => flutter doctor
and I suggest using git-bash instead of cmd
example :
C:srcflutterbin