cd ~ git clone https://github.com/flutter/flutter.git -b stable
echo 'export PATH="$PATH:$HOME/flutter/bin"' >> ~/.bashrc source ~/.bashrc
sudo apt update sudo apt install -y curl git unzip xz-utils zip libglu1-mesa
flutter doctor