AssetImage is not displaying image in flutter app

前端 未结 9 559
野趣味
野趣味 2021-01-13 00:33

image not displaying in flutter app. But I got some errors in debug console.

I/FlutterActivityDelegate(22603): onResume setting current activity to this
I/Fl         


        
9条回答
  •  心在旅途
    2021-01-13 01:02

    my problem was indentation of assets section. I wrote it at the beginning of the line, whereas it should be indented with a Tab after flutter: section.

    Robie

提交回复
热议问题