Configure Environment Variables (Flutter)
Extract the file in the desired location, for example:
unzip ~/Downloads/flutter_macos_v1.2.1-stable.zipAnd copy
flutterto/Users/shikuanxu/Documents/Soft/flutter
Add the flutter tool to your path:
Cookies-Mac-mini:~ shikuanxu$ vim .bash_profile
export PATH="$PATH:/Users/shikuanxu/Documents/Soft/flutter/bin"
Open new terminal (May be)
flutter doctor

Config Android and IOS