Windows

Install on Windows #

I recommend installing to C:\SDKs instead of your user folder as shown in the video. Because Flutter needs to be installed to without spaces in the path. Your user folder is likely to have spaces in its name.

Open “GIT Bash”

cd ~
git clone https://github.com/flutter/flutter.git -b stable

Now we need to let the OS know where flutter binary is located.

You will need to translate instructions if your Windows installation is in another language than English.

Press Windows button. Type “environment”. Select Edit the system environment variables.

You should see a window this:

Click Environment Variables

Click Edit for Path variable.

Click New and type C:\SDKs\flutter\bin

OK all the windows to close them.

—> Reboot! <—

Open “GIT Bash” and run flutter doctor

If Chrome is missing (as in screenshot), then install it to its default location.

Don’t worry about the other issues for now.

Continue #