我正在开发一个flutter项目,当我尝试将新包或资产添加到pubspec.yaml文件并尝试使用“ flutter pub get”命令添加依赖项时,该过程并未以退出代码0结束。 我正在使用VSCode。
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
A:\Docs\Flutter\messenger>flutter pub get
Running "flutter pub get" in messenger... 0.7s
A:\Docs\Flutter\messenger>
此外,如果我忽略获取退出代码,则依赖关系不会在我的代码中反映出来,并带有错误消息引用
Try creating the file referenced by the URI, or Try using a URI for a file that does exist.darturi_does_not_exist
我也尝试过获取软件包按钮,但这也不好。当我尝试添加资产时,资产也会发生此问题
assets:
- assets\images\
显示类似的错误代码
The asset assets\images\ does not exist.
Try creating the file or fixing the path to the file.
答案 0 :(得分:0)
通常,当pub get给出错误时,是其他导致错误的东西,而不是实际的“ pub get”命令。在运行“ pub get”命令之前,请确保您的项目中没有任何错误。由于您没有提供足够的信息,因此很难提供更多可能对您有帮助的选项。如果您需要更多帮助,请出示您的验证码/医生。