FlutterError: Unable to load asset

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

    After declaring correctly in pubspec.yaml, consider giving full path of the image ex.

    'assets/images/about_us.png' 
    

    instead of just images/..

    worked for me after wasting 2 hours on such a trivial error.

提交回复
热议问题