flutter 安装

安装页面:
https://flutter.dev/docs/get-started/install/macos

安装前提:

必须保证最新的xcode,在最新的macos系统下

下载:

1.5.4: https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v1.5.4-hotfix.2-stable.zip

解压缩

解压缩到"users/本人账户/flutter"下

使用vscode编辑环境变量

code ~/.bash_profile
添加

export PATH="$PATH:~/flutter/bin"

保存后执行
source ~/.bash_profile

执行flutter doctor检测

执行检测的时候要把xcode模拟器打开才可以
flutter doctor

你可能感兴趣的:(flutter 安装)