FlutterError: Unable to load asset

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

    My issue was nested folders.

    I had my image in assets/images/logo/xyz.png and thought that - assets/images/ would catch all subfolders.

    You have to explicitly add each nested subfolder

    Solution: - assets/images/logo/ etc.

提交回复
热议问题