flutter run的时候一直提示Downloading ios tools...
解决办法
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
flutter run
flutter Downloading ios tools...
原文:https://www.cnblogs.com/qqcc1388/p/12458698.html