https://webinstall.dev/flutter
curl https://webinstall.dev/flutter | bash
See https://flutter.dev/docs/get-started/install
# Mac, for Example
wget -c 'https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v1.12.13+hotfix.9-stable.zip'
mkdir -p ~/.local/opt/
unzip flutter_*.zip
mv flutter ~/.local/opt/
npm install -g pathman
pathman add ~/.local/opt/flutter/bin
export PATH="$HOME/.local/opt/flutter/bin/:$PATH"