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

Issue

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.

Solution

The system requirements section lists git as a prerequisite. Maybe you skipped them?

If you are on Windows:

https://flutter.dev/docs/get-started/install/windows

Please read it carefully, and follow it step by step.

Answered By – nvoigt

Answer Checked By – Cary Denson (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *