苹果商店里是没有的需要在官网下载
安装说明
下载地址
- 官网下载flutter sdk
解压缩拖到自己ursr目录下
官网说明
终端中输入
open -e .bash_profile
注:若未打开文件或提示文件未找到则,打开文本编辑,新建命名为.bash_profile的文件并保存在用户目录下,并回到终端继续输入 open -e .bash_profile
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export FLUTTER_HOME=/Users/malingshu/Documents/flutter
export PATH=$PATH:$FLUTTER_HOME/bin
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
打开终端 运行 source $HOME/.bash_profile 让配置文件立即生效
flutter doctor 检查安装