Install Flutter on Linux 🐧 (2022) | Setup Flutter on Linux for Android, Desktop and web development

Опубликовано: 10 Март 2026
на канале: David Serrano
6,830
61

🌟 You can find an improved and more updated version of how to install Flutter on Linux here:    • Install Flutter on Linux in 2025 | Flutter...  

Complete guide on how to install Flutter on Linux (2022):

Install required dependencies
Install Flutter binaries
Install Android Studio and configure an Android virtual device
Execute a sample app as a desktop app, on the emulator and in a web browser

Command to install all required dependencies:
sudo apt install bash curl file git unzip xz-utils zip clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev

🔵 Follow me for more content like this:
  / svprdga  
https://hashnode.com/@svprdga
https://dev.to/svprdga
https://mastodon.social/@svprdga
https://davidserrano.io/

⏳ Timecodes:
00:00 - Introduction
00:15 - Install required dependencies
00:49 - Install Flutter
01:47 - Update the PATH
03:00 - Install Android Studio & Android SDK
05:06 - Install the Flutter plugin in Android Studio
05:30 - Install Command-line Tools
06:22 - Accept Android licenses
06:55 - Create a sample project
07:35 - Enable Flutter desktop support
08:25 - Add Linux desktop support to the project
09:00 - Configure the Android emulator
11:05 - Run sample app in Chrome (web)
11:34 - Final words