...

/

Flutter Installation for macOS and Linux

Flutter Installation for macOS and Linux

Learn to install Flutter on macOS and Linux.

We'll cover the following...

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 Windows 10, we will now set the global path for Flutter so that we can ...