How to Configure Flutter

Dnyaneshwar Wakshe
1 min readMar 9, 2021

--

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:-

  1. Control panel > System and Security > System> Advance System Settings > Environment variable>
select edit and add the new variable path

form System variable select, path > Edit> Add < path which you wanna configure and press ok

Edit Environment variables

**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**

--

--