How to Install Flutter | Flutter installation
Get the Flutter SDK Download the following installation bundle to get the latest stable release of the Flutter SDK: flutter_windows_v1.12.13+hotfix.7-stable.zip For other release channels, and older builds, see the SDK archive page. Extract the zip file and place the contained flutter in the desired installation location for the Flutter SDK (for example, C:\src\flutter ; do not install Flutter in a directory like C:\Program Files\ that requires elevated privileges). Update your path If you wish to run Flutter commands in the regular Windows console, take these steps to add Flutter to the PATH environment variable: From the Start search bar, enter ‘env’ and select Edit environment variables for your account . Under User variables check if there is an entry called Path : If the entry exists, append the full path to flutter\bin using ; as a separator from existing values. If the entry doe