
For other distributions, please make sure to enable Snap support. Well see the installation in two ways here. If you are using Ubuntu, you already have got Snap. Install Flutter There are several methods for installing Flutter on Linux-based systems. I highly recommend installing it using the snap package with a single command sudo snap install flutter -classic It is recommended to use lxd for creating the snaps. run flutter doctor to see if all are set.ĭoctor summary (to see all details, run flutter doctor -v): Flutter (Channel stable, v1.9.1+hotfix.6, on Linux, locale en_IN) Android toolchain - develop for Android devices (Android SDK version 29.0.2) Android Studio (version 3.5) VS Code (version 1.39. Installing Flutter on Ubuntu and other Linux with Snap The easiest way to install Flutter on Linux is by using Snap.Show information about the installed tooling. Tar xf ~/Downloads/flutter_linux_v1.9.1+Įxport PATH ="$PATH:`pwd`/flutter/bin" Android SDK Pathįlutter config - android-sdk Example: flutter config - android-sdk /home/$USER/Android/Sdk Flutter Doctor
