Everytime I Run Dart in VS Code. It Shows This. Why? How can I fix it?

Viewed 331

Whenever I Run My Dart code, It Shows me This Thing, for 1 - 2 Minutes and then It Runs for Me on my Machine,

'git' is not recognized as an internal or external command,
operable program or batch file.
Building flutter tool...
Running pub upgrade...

And It Consumes a lot of time of mine, Can you Fix it.

2 Answers

i had same issue in laptop after installing dart. actually flutter needs git so you have to install git on computer/laptop and need to restart it after installation.

this is link to install git for windows.

Related