Flutter 圖片加載報錯:Unable to load asset: xxx.png 解決方法

工程中的代碼:
Container(decoration: BoxDecoration(
image: DecorationImage(
image: AssetImage('images/1.png'),
fit: BoxFit.cover),
)

 

附錄flutter官方提供的加載asset資源例子:

https://github.com/nisrulz/flutter-examples/tree/master/load_local_image

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章