更换国内安装源
增加环境变量
Win下在系统设置环境变量分别增加下面两个变量
PUB_HOSTED_URL=https://mirrors.tuna.tsinghua.edu.cn/dart-pub
FLUTTER_STORAGE_BASE_URL=https://mirrors.tuna.tsinghua.edu.cn/flutter
Linux 或 Mac下增加
export PUB_HOSTED_URL=https://mirrors.tuna.tsinghua.edu.cn/dart-pub
export FLUTTER_STORAGE_BASE_URL=https://mirrors.tuna.tsinghua.edu.cn/flutter
这样使用
Flutter pub get
或者在VSCode下载包时就可能直接下载。不需要VPN
评论已关闭