-
Download the following installation bundle to get the latest stable release of the Flutter SDK:
flutter_windows_v1.9.1+hotfix.6-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
-
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 doesn’t exist, create a new user variable named Path with the full path to flutter\bin as its value.
Run flutter doctor
Run flutter doctor —
This command checks your environment and displays a report of the status of your Flutter installation.
C:\src\flutter>flutter doctor