Flutter Installation

Learn how to install Flutter locally.

We'll cover the following

Flutter install

Flutter uses git for installation and upgrades, so make sure you have installed Git on your system. If you have Xcode installed, that will also work since git comes with Xcode.

To check if git is installed, run the following command in your terminal/command prompt:

git --version

The output should look like this (although the version may vary):

git version 2.31.0

Install Flutter according to their official guidance and choose your operating system. This same guide will also help you download and install Android Studio and set up an emulator for Flutter.

Get hands-on with 1200+ tech skills courses.