flutter install android studio code example
Example 1: install android studio
java --version
sudo apt install openjdk-11-jdk
sudo add-apt-repository ppa:maarten-fonville/android-studio
sudo apt update
sudo apt install android-studio
Example 2: install flutter
C:\src>git clone https://github.com/flutter/flutter.git -b stable