flutter : Your application could not be compiled, because its dependencies could not be established

2019-05-12

有时候你打开一个已经开发的项目并运行时,会出现

Your application could not be compiled, because its dependencies could not be established

我对可能出现的问题进行一个汇总:

  1. 这主要是你项目的包可能有问题,仔细检查你的包是否import正确的地址.

  2. 检查你import的大小写是否与文件名一致。例如windows开发完后,用ubuntu打开,你原来用的文件名都用的小写和你import 'tabBar.dart'; 时不一样,就会出现这样的问题。

  3. 如果你使用GBK文件格式,请变为UTF-8 编码;

@2024  TCODE    津ICP备13002520号-4