Flutter清华镜像

114 阅读1分钟

这三个一直在使用,挺好用的:

FLUTTER_STORAGE_BASE_URL="https://mirrors.tuna.tsinghua.edu.cn/flutter"
PUB_HOSTED_URL="https://mirrors.tuna.tsinghua.edu.cn/dart-pub"
FLUTTER_GIT_URL="https://mirrors.tuna.tsinghua.edu.cn/git/flutter-sdk.git"

有段时间清华镜像不好使了,使用了官方建议:

FLUTTER_STORAGE_BASE_URL="https://storage.flutter-io.cn"
PUB_HOSTED_URL="https://pub.flutter-io.cn"