FlutterError: Unable to load asset

后端 未结 22 3349
死守一世寂寞
死守一世寂寞 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

    1. you should start image path with assets word:

    image: AssetImage('assets/images/pizza0.png')

    1. you must add each sub folder in a new line in pubspec.yaml

提交回复
热议问题