How to fix flutter is not recognized as an internal and external Command Error in Terminal
0 views
Jun 7, 2025
Buy the full source code of application here:
View Video Transcript
0:00
[Music]
0:00
uh hello guys uh in this video I will
0:02
show you if you can't access flutter
0:05
from your terminal if you just type
0:06
flutter and if you're getting this error
0:08
message that flutter is not recognized
0:11
as an internal or external command
0:13
potentially there are two reasons first
0:15
of all if you haven't installed the
0:17
flutter inside your system then
0:20
definitely type flutter download and
0:22
download the flutter by going to the
0:25
website just type flutter download SDK
0:32
just select windows and just select
0:35
whichever
0:41
device but I have already installed the
0:44
flutter flutter
0:46
SDK but still I'm getting this error
0:49
message flutter is not for fixing this
0:52
error message you need
0:54
to go to the location where flutter is
0:57
installed so by default if flutter is
0:59
installed in the C trive and just go to
1:02
the folder program
1:06
files and then you will find a folder
1:09
named as flutter so this folder will be
1:12
there just go to this folder and go to
1:15
the bin
1:18
folder and here all the executables are
1:20
present if you see flutter
1:23
dot so if you try to open command line
1:27
here and just type the flutter command
1:30
you will see the flutter command will
1:31
definitely
1:33
work so now we just need to make sure we
1:36
add this entire path right click copy
1:39
and just open environment
1:42
variable and uh then go to environment
1:44
variable just go to system
1:47
variable go to the
1:51
path and just paste this path right
1:56
here so after doing this okay okay okay
2:00
just restart the terminal and just type
2:02
the same
2:04
command so you will see it will print
2:07
out the flutter
2:09
version now you'll be able to access
2:11
flutter from your
2:14
terminal and thank you very much for
2:16
watching this video and also check out
2:18
my website free mediat tools.com uh
2:21
which contains thousands of tools
2:23
regarding audio video and MH and I will
2:26
be seeing you in the next video