Windows Flutter Installation
Windows Flutter Installation
Hello friends, in this post I will tell you how to install Flutter on our computer. The installation is quite easy, don't worry, let's get started.First, go to the official Flutter website and click the Windows button there.
Official Flutter Download Site
When you click the button, you are first greeted by a system requirements screen.
Operating system: Windows 7 Sp1 (64 bit) and above.
Disk: 400 mb or more free space.
Tools: Git or Windows Powershell 5.0. (Of course, it's up to you to install these tools or not, it's optional)
Now that we are sure our system meets the requirements, we can start the installation.
Click on the blue button that says "-stable.zip" under the section that says Get the Flutter SDK and download it.
Create a folder named src in the c drive and a new folder named flutter inside it, then extract the flutter zip file you downloaded into this flutter folder.
Now we need to set the Path system variable.
For this
On Windows 10 / 8
- Search for and select System (Control Panel) in Search
- Click the Advanced system settings link.
- Click Environment Variables. In the System Variables section, find and select the PATH environment variable. Click Edit. If the PATH environment variable does not exist, click New.
- In the Edit System Variable (or New System Variable) window, you need to specify where flutter is installed in the PATH environment variable. As in the image below, you will show the bin folder.
Yes, if you did everything correctly, when you open cmd and type "flutter doctor" it will give you information about flutter and suggest missing things you need to install or things that would be good to install.
If you haven't encountered any problems up to now, you can now install the Flutter extension in Visual Studio Code and start developing your applications.
Of course, don't forget to restart your computer after the initial setup!
Otherwise, you might encounter minor problems in Flutter until you restart your computer.


Yorum Gönder