How to Configure Flutter
Hello,
If you are new to flutter then while installing that you may get errors about
Examples of errors:-
Flutter not found at the specified location
'where' is not recognized as an internal or external command operable program or batch file.
Error: Unable to find git in your path
examples with its expected locations < Your path may different according to your file installing location>
Flutter SDK- C:\flutter\bin
git path -C:\Program Files\Git\bin\git.exe
System32-C:\Windows\System32
cmd path- C:\Program Files\Git\cmd
PowerShell path-C:\Windows\System32\WindowsPowerShell\v1.0
**To solve these errors follow steps**
How to set Environment variable:-
- Control panel > System and Security > System> Advance System Settings > Environment variable>
form System variable select, path > Edit> Add < path which you wanna configure and press ok
**If you can’t find this the can search it in start bar > open location > then copy the path of the file and past it in the Edit Environment variables window**