Windows Setup

Learn to install Flutter locally on Windows machines.

We'll cover the following...

We all have our preferences for the operating system we use when it comes to local development with Flutter. In this lesson, we’ll cover how to install and set up Flutter in Windows for local development.

Press + to interact
Setting up
Setting up

Prerequisites

Before we start installing Flutter on our Windows machine, we need to have the following:

  • Windows operating system: Flutter is compatible with Windows 7 or later versions.

  • Git: We need to install Git on our system. We can download it from Git’s official website.

  • Windows PowerShell ...