Flutter基于Mac的环境配置

1、下载Flutter SDK

git clone https://github.com/flutter/flutter.git

2、配置Flutter镜像+Flutter环境变量

( 先创建.bash_profile文件,再将Flutter镜像+Flutter环境变量添加到bash_profile文件中)

  2.1 配置Flutter镜像

    2.1.1 进入当前用户的home目录:
cd ~/

   2.1.2 创建.bash_profile文件:
touch .bash_profile

   2.1.3 打开.bash_profile并编辑:
open .bash_profile ( 或者用:open $HOME/.bash_profile)

(以下三个镜像三选一,我一开始用的清华的,报错:curl: (60) SSL certificate problem: certificate has expired,后面换成官方提供的就

上一篇:win10安装k3d


下一篇:在Windows中将git bash配置在终端中