Install Flutter on Linux in 2024 | Flutter desktop Linux setup

preview_player
Показать описание
Learn how you can install Flutter on Ubuntu or in any other Linux distribution. This Flutter Linux installation guide will instruct you on how to obtain the latest version of Flutter and detail the correct procedures to set up your Flutter development workspace on a Linux system.

☺ Support the channel:

Any donation is gratefully received, thank you!

- Via YouTube's Super Thanks (⬆ Button labeled THANKS above ⬆)

🔔 Subscribe:

Subscribe to my channel to see more videos like this:

📖 Useful resources:

- Flutter official page:
- Dependencies to compile for native Linux:
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev

🔵 Follow me:

Find out about my latest videos and publications:

⏳ Time codes:

00:00 - Setting up Flutter on Linux
00:28 - Download the binaries to install Flutter on Linux
02:43 - Download and install Android Studio and the Android SDK
05:06 - Install the Flutter plugin in Android Studio
06:36 - Accept the Android licenses
06:57 - Create an Android emulator or Android Virtual Device (AVD)
09:19 - Setup Flutter for web development
10:09 - Setup Flutter for native Linux app development
10:43 - Bonus: Add the Android Device Bridge (ADB) to your PATH
11:41 - Conclusion

---

Flutter and the related logo are trademarks of Google LLC. I am not endorsed by or affiliated with Google LLC.
Рекомендации по теме
Комментарии
Автор

Thank you so much for this video i was literally searching like crazy it's hard to find linux related stuff.

MirAppDev
Автор

Thank you for this amazing guide. I was stuck for hours trying to install it until i found this

ItsMe
Автор

thank you so much, glad i found your channel.

danta.
Автор

thanks for this. I was wondering if there is an easy to replace the dart sdk that comes in flutter package with dart sdk version of my choice.

ultron
Автор

i am getting an issue, in each shell session i have to type source .profile or else the flutter dosent work

yatheshtpoonia