Articles → FLUTTER AND DART → Install Flutter For Windows
Install Flutter For Windows
System Requirements
- Operating system: Windows 7 SP1 or later (64 bit).
- Disk space: 400 MB.
- Tools: Windows PowerShell 5.0 (or newer) and Git (You can visit http://gyansangrah.com/gyansangrah/article/install_git_ubuntu for installing instructions).
Download And Install Flutter
- Go to the URL – https://flutter.dev/.
- Click on the button ‘Get started’ on the top right hand side of the screen.
Click to Enlarge
- The page will be navigated to the install page. On the install page, click on ‘Windows’ button.
Click to Enlarge
- Download flutter from the following URL - https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v1.7.8+hotfix.3-stable.zip. Please note that URL might change.
- Extract the content in the desired folder. For example, I am extracting all contents in ‘c:\flutter’. Please note that while extracting the files, please make sure that you copy the hidden files as well.
Update The Path
- Open command prompt.
- Write the following command
Flutter Doctor Command
Install Android Studio
Install Google USB Driver
- Open android studio.
- Go to Tools → SDK Manager. Following window will appear
Click to Enlarge
- Click on ‘SDK Tools’ tab and select ‘Google USB driver’
Click to Enlarge
- Click ‘Apply’ to install.
Creating And Updating Environment Variables
Click to Enlarge
Click to Enlarge
Installing Flutter And Dart Plug In
- Open android studio.
- Go to File → Settings. Following window will appear
Click to Enlarge
- Click on install button to install Flutter. In the similar way, you can also install Dart.
How To Add Emulator Devices?