Running “flutter pub get” in flutter_tools 一直没动静

解决方法(mac环境)

vim ~/.bash_profile

进入文件后,添加两行代码 ,更改依赖下载地址为国内源

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

然后保存退出,运行source ~/.bash_profile 来更新.bash_profile文件
再尝试你的flutter -hflutter create my_app等命令就可以很快执行下去了

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐