Flutter assets error: EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE

前端 未结 9 1804
借酒劲吻你
借酒劲吻你 2021-01-05 09:17

flutter can not find my images assets, what can I be doing wrong?

I got the error on debugger:

Launching lib/main.dart on XT1097 in debug mode... Built build

9条回答
  •  暖寄归人
    2021-01-05 09:40

    In my case I have to correct the alignments between my assets and the uses-material-design lines in pubspec.yaml.

    flutter:
        uses-material-desgin: true
        assets:
            - images/3.jpg
    

提交回复
热议问题