FlutterError: Unable to load asset

后端 未结 22 3358
死守一世寂寞
死守一世寂寞 2020-11-30 10:31

This is the folder structure of my app

.idea
.vscode
android
build
fonts
 Oxygen-Bold.tff
 Oxygen-Light.tff
 Oxygen-Regular.tff
images
 pizza0.png
 pizza1.pn         


        
22条回答
  •  隐瞒了意图╮
    2020-11-30 11:26

    I was also facing the same issue . The issue on my side was that the image name was having the space in between its name so I updated the image name with the new name that does not have any space.

    Image name creating the error was comboclr emtpy no circle.png

    I updated this name to comboclr_emtpy_no_circle.png

提交回复
热议问题