The following steps outline, in detail, how to install Flutter on Windows:
- Download the latest stable release of Flutter SDK from https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v1.9.1+hotfix.6-stable.zip.
- Extract the ZIP folder, and navigate to the directory where you want to install Flutter SDK in order to place the flutter folder.
Avoid placing flutter in a directory that might require special privileges such as C:\Program Files\.
- Type env into the Start search bar and select Edit Environment Variables.
- Append the full path to flutter/bin to Path under User Variables using ; as a separator.
If the Path entry is missing, simply create a new Path variable and set path to flutter/bin as its ...