美文网首页
.bash_profile文件的flutter配置

.bash_profile文件的flutter配置

作者: 走停2015_iOS开发 | 来源:发表于2020-08-21 16:43 被阅读0次

该配置主要针对vscode 对android sudio没有影响

source ~/.profile
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
export DART_HOME=/Users/qihongwang/flutter/bin/cache/dart-sdk/bin/
export PATH="${DART_HOME}:$PATH"
export PATH=/Users/qihongwang/flutter/bin:$PATH
export PATH=/Applications/MAMP/bin/php/php5.5.38/bin:$PATH

参考文章
https://www.jianshu.com/p/9bfebe7a1fd9

相关文章

网友评论

      本文标题:.bash_profile文件的flutter配置

      本文链接:https://www.haomeiwen.com/subject/tytpjktx.html