Android Studio and Flutter with sh script code example
Example: install flutter in ubuntu
#first be sure that snapd install it, if not use following 2 commands:
sudo apt update
sudo apt install snapd
#install flutter
sudo snap install flutter --classic