
Go to https://docs.flutter.dev/get-started/install
Click on Windows
It will redirect you to this page https://docs.flutter.dev/get-started/install/windows, click on desktop
It will again redirect you to https://docs.flutter.dev/get-started/install/windows/desktop, scroll down and click on , flutter_windows_3.32.8-stable.zip
It downloads a .zip file (e.g., flutter_windows_3.32.8-stable.zip)
Complete Video Tutorial:
Create a folder: C:\flutter
Extract the downloaded ZIP to C:\flutter
Tip: Do not install Flutter in C:\Program Files—it can cause permission issues.
Copy the bin path
Search for “Environment Variables” in Start Menu
Edit the Path variable under System Variables
Add this new entry: C:\flutter\bin
Click OK to save and apply
Open Command Prompt or PowerShell and type flutter
Type flutter doctor
This command checks for:
Flutter SDK
Dart SDK
Android toolchain
IDEs (like Android Studio, VS Code)
Connected devices
If you see red
: The doctor will guide you on what’s missing (e.g., Android SDK or license issues).
Follow this video tutorial to download Android studio
After installation, open Android Studio and click on three dots and click on SDK Manager
Check mark Android SDK Command Line tools
It will show you this dialog click on OK button
Now go again to command prompt and type this command flutter doctor –android-licenses
Accept all 7 licences
Now goto Android Studio and click on Plugins
Search for Flutter, install, it will auto-install Dart
Open Android Studio and you can see option New Flutter Project is visible
Now provide Flutter SDK path and click Next button
Now provide project details and click on Create button
Here is it’s done, your project is ready
Now select the device and hit play button to run the program
And here is final output
© 2025 CS Corner Sunita Rai. All Rights Reserved. Designed & Developed by CS Corner Sunita Rai.