How to fix dart is not Recognized as Internal and External Command Operable Program
Feb 19, 2025
Get the full source code of application here:
Hi Join the official discord server to resolve doubts here:
https://discord.gg/cRnjhk6nzW
Visit my Online Free Media Tool Website
https://freemediatools.com/
Buy Premium Scripts and Apps Here:
https://procodestore.com/
Show More Show Less View Video Transcript
0:00
uh hello guys welcome to this video in
0:02
this video I will show you how to fix
0:04
this error message if you type dot
0:06
inside your terminal if this error
0:08
message comes that dot is not recognized
0:11
as an internal or external command so
0:13
dot is included inside the flutter SDK
0:16
by default so just make sure that you
0:19
have installed flutter SDK if you
0:21
haven't then simply type flutter SDK
0:25
download and the very first link which
0:27
comes right here simply go to the
0:29
flutter website select your operating
0:30
system and then select Android and right
0:34
here you will see this option download
0:36
and install and simply download the zip
0:39
file I already have downloaded this so
0:42
you will get the zip file after download
0:45
just extract all the content so after
0:48
extracting it you can go to the C
0:50
program files just create
0:53
a folder or paste whatever is the
0:57
extracted one so I just created this
0:58
flutter folder and pasted all the
1:01
content that I uh got after extracting
1:03
that from the zip file so now inside
1:07
this we have this bin folder which
1:09
contains all the executables out there
1:11
you will see we have the dot executable
1:14
right here we also have the flutter
1:16
executable flutter Dev so now if you
1:19
open command line here in this folder
1:23
and just type the command dot you will
1:25
now see that command will be successful
1:27
so this is a command line utility for
1:29
DOT development you can create a DOT
1:31
project from here and let me show you
1:34
the version that we are using so we are
1:36
using the latest version of. SDK version
1:40
3.7.0 so now we just need to make sure
1:42
that we copy this whole path so simply
1:45
select right click and copy this entire
1:48
path and add this inside your
1:50
environment variable so just select
1:53
environment variable Right Here and Now
1:56
go to the system variable and here you
1:59
will see the path variable right here
2:01
simply select this and click on edit and
2:05
add this as a new entry simply paste it
2:08
so as soon as you add this path here see
2:11
program files flutter bin and just now
2:14
click okay okay to apply the changes and
2:17
now just restart the terminal and type
2:19
the dot command once again
2:22
so as soon as you type the command you
2:24
will now see the command will be
2:25
successful so in this way you can fix
2:28
that error message and will be able to
2:31
perform the dot commands from the
2:34
terminal globally so in this way you can
2:36
add this inside your environment
2:38
variable of the flutter SDK to counter
2:41
to fix this error message so thank you
2:43
very much for watching this video and
2:45
also check out my website as well free
2:48
mediat tools.com uh which contains
2:50
thousands of tools regarding audio video
2:52
and image and I will be seeing you in
2:55
the next video
