unable to load asset assets/images/xxx.png

在工程 assets 目录下引入一张图片资源,但是显示的时候就报错了unable to load asset assets/images ,和其他图片文件一模一样的引用方式和路径,依然报错,简直懵逼。

Flutter: Unable to load asset Image provider: AssetImage(bundle: null, name: "assets/images/logo.png")

尝试重新Build

尝试 Pub get

均失败

pubspec.yaml 文件中引入这个图

assets:
- images/a_dot_burr.jpeg

或者重启编译器就能识别到了。