当我尝试打开开发人员的 flutter 项目时,我收到数百个错误,例如他没有找到多个包。软件包与我的应用程序名称一致,因此它们可能是定制的。他说我应该拥有一切,但它会出错,因为我的 flutter 版本比该项目在 vsc 中识别的版本新。它是否正确?如果是这样,我怎样才能获得这些包裹?
''''
Target of URI doesn't exist: 'package:fimber/fimber_base.dart'.
Try creating the file referenced by the URI, or Try using a URI for a file that does
exist.dart(uri_does_not_exist)
Run Code Online (Sandbox Code Playgroud)
runflutter clean
然后flutter pub get
,据我假设,相关的包不在应用程序中,所以你必须通过 pub get 获取它们。
归档时间: |
|
查看次数: |
10670 次 |
最近记录: |