Created
March 30, 2021 16:32
-
-
Save LinuxlinkedBD/f947f40a23774105ef5c6dd36bac7d3b to your computer and use it in GitHub Desktop.
Flutter Installation on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete Flutter setup, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/hXD4O8Dl9YY | |
######################################################################################################################################## | |
sudo apt update | |
sudo apt-get upgrade -y | |
apt-get clean all | |
apt-get update | |
apt-get upgrade | |
sudo apt install default-jdk | |
sudo systemctl daemon-reload | |
flutter sdk-path | |
cd ~/development | |
tar xf ~/Downloads/flutter_linux_2.0.3-stable.tar.xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment