flutter mac环境安装

日期: 2019-03-23         浏览量: 3025

flutter mac 环境安装


1. 下载 flutter



git clone -b beta https://github.com/flutter/flutter.git



2. 配置环境变量



vim ~/.bash_profile
export PATH=/app/flutter/bin:$PATH
source ~/.bash_profile



3. 查看是否安装成功



flutter -h



4. 检查环境



flutter doctor