FlutterError: Unable to load asset

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

    Dec 25th, 2019 :

    Whoever facing issue regarding Image not showing in Flutter , let me give you simple checkpoints :

    1. Image.asset('assets/images/photo1.png'); -- here make sure dont use / (forward slash ) before assets.
    2. YAML file always be clear dont use space , instead use TAB.
    3. YAML file add entries for assets. as mentioned in above comment.

    First point is very important

提交回复
热议问题