将 flutter 从 2.2.3 升级到 2.10.5 后运行 flutter doctor
出现了以下几个问题:
一、HTTP host https://maven.google.com/ is not reachable
- 打开 flutter sdk 文件夹下的 ‘packages/flutter_tools/lib/src/http_host_validator.dart’ 文件,将
https://maven.google.com/
改为https://dl.google.com/dl/android/maven2/
- 删除
fluuter/bin/cache/flutter_tools.snapshot
文件
二、 HTTP host https://cloud.google.com/ is not reachable
- 添加环境变量
FLUTTER_STORAGE_BASE_URL
、PUB_HOSTED_URL
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn/ export PUB_HOSTED_URL=https:/