I have just downloaded flutter onto my computer and double clicked on the flutter_console
file. It opened up the regular Windows Terminal. I then entered in the command flutter doctor
and everything worked as it is supposed to.
I then opened up cmder
and typed in the same command: flutter doctor
. And I got the following message:
'flutter' is not recognized as an internal or external command,
operable program or batch file.
Why is it working in the regular windows command terminal, but not cmder. And what can I do so that it does work in cmder?
Thanks.