unable to load asset assets/images/xxx.png
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: |
或者重启编译器就能识别到了。
评论
匿名评论隐私政策