Linux and macOS Setup

Learn how to install Flutter on Linux and macOS

We'll cover the following...

We might want to develop our project in other environments, such as macOS and Linux. For this, the installation process is a little bit different. We’ll cover it in this lesson.

Press + to interact
Setting up
Setting up

Prerequisites

Before we start installing Flutter on our macOS or Linux machine, we need to have the following:

  • macOS or Linux operating system: Flutter is compatible with macOS and various Linux distributions.

  • Git: We need to have Git installed on our system. We can download it for macOS using Homebrew or for Linux using our package manager (e.g., sudo apt-get install git on Debian/Ubuntu).

  • Flutter SDK: We download the latest Flutter SDK from the ...