[Flutter]开发记录

1.官网:https://flutter.io/setup-macos/#system-requirements

2.准备SDK:https://flutter.io/setup-macos/

3.Add the flutter tool to your path:[macOS]设置全局命令

open ~/.bash_profile
 
export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH
 
source ~/.bash_profile
 刷新profile

相关推荐