I have fresh installation of latest version of Flutter which is 1.22.6 on Windows 7 64bit Ultimate so that I can learn how to create a mobile app for Android or iOS mobile phones. I also installed Git. The flutter is located in c:\src\flutter\ recommended by Flutter.
I also updated Environment Variables so that I can run Flutter from Windows console cmd. However, both Windows console vis cmd and Flutter console via flutter_console batch file location in c:\src\flutter\ keep crashing after a brief display of some info when I run any flutter commands such as:
flutter, flutter doctor, flutter --version
etc.
I have tried to find a solution to fix the above issue, but no luck so far.
How to fix it?