Install Flutter on Linux š§ (2022) | Setup Flutter on Linux for Android, Desktop and web development
David Serrano
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: https://twitter.com/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
514069879 Bytes