美文网首页
2022-11-18 flutter pub get失败

2022-11-18 flutter pub get失败

作者: 我是小胡胡123 | 来源:发表于2022-11-17 14:21 被阅读0次

flutter pub get
失败

pub did not create .dart_tools/package_config.json file.

flutter clean
rm pubspec.lock
都不行

删除 flutter安装 目录下的bin/cache文件夹
执行flutter doctor 重新下载。

OK

原因是本地pub命令出现了问题,我这边是由于为了绕过google账号验证使用新的pub.snapshot出现的这个问题

https://blog.csdn.net/chao18867105705/article/details/109316689

相关文章

网友评论

      本文标题:2022-11-18 flutter pub get失败

      本文链接:https://www.haomeiwen.com/subject/qfjpxdtx.html