我的ubuntu想运行flutter,以下记录配置过程
cd ~
vim .profile
export PATH="$PATH:/home/redkey/Android/flutter/bin"
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
source ~/.profile
我的ubuntu想运行flutter,以下记录配置过程
cd ~
vim .profile
export PATH="$PATH:/home/redkey/Android/flutter/bin"
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
source ~/.profile