Flutter Installation for macOS and Linux

Learn to install Flutter on macOS and Linux.

For local Flutter setup, our first task is to install the Flutter framework. Next, to download and install Flutter, we need to go to the Flutter installation page.

Downloading Flutter for macOS and Linux is the same.

Flutter installation guide

Clicking on the download button will download the flutter_linux_2.2.3-stable.tar.xz file in your Downloads folder.

Next, we will issue the following command to extract Flutter on our terminal:

Press + to interact
tar xf flutter_linux_2.2.3-stable.tar.xz

We can now copy this extracted flutter directory to a suitable place to build our first mobile application. In the Documents directory, we have created another directory named development. We will keep the extracted flutter directory there.

Just like ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy