Install Flutter on Linux in 2024 | Flutter desktop Linux setup

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ค. 2024
  • 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 my website: davidserrano.io/sponsor
    - Via TH-cam's Super Thanks (⬆ Button labeled THANKS above ⬆)
    🔔 Subscribe:
    Subscribe to my channel to see more videos like this:
    www.youtube.com/@DavidSerranoI...
    📖 Useful resources:
    - Flutter official page:
    flutter.dev/
    - 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:
    / davidserranoio
    mastodon.social/@DavidSerranoIO
    davidserrano.io/
    hashnode.com/@svprdga
    dev.to/svprdga
    ⏳ 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.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 8

  • @danta.4023
    @danta.4023 8 วันที่ผ่านมา +1

    thank you so much, glad i found your channel.

  • @MirAppDev
    @MirAppDev 6 หลายเดือนก่อน +4

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

    • @DavidSerranoIO
      @DavidSerranoIO  6 หลายเดือนก่อน +2

      Yes, there is not much content about Linux. Thanks for watching the video!

  • @ItsMe28755
    @ItsMe28755 5 หลายเดือนก่อน +1

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

    • @DavidSerranoIO
      @DavidSerranoIO  5 หลายเดือนก่อน

      I'm glad you were able to solve it! Thanks for watching the video ☺️

  • @yatheshtpoonia9225
    @yatheshtpoonia9225 5 หลายเดือนก่อน +1

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

    • @DavidSerranoIO
      @DavidSerranoIO  5 หลายเดือนก่อน

      In which file have you altered the PATH? It is possible that in your specific distribution you will have to alter it in a specific file.