AssetImage is not displaying image in flutter app

前端 未结 9 615
野趣味
野趣味 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 00:46

    I just replaced

    Image.asset("assets\images\_Lightweight.jpeg"),
    

    To

    Image.asset("assets/images/_Lightweight.jpeg"),
    

提交回复
热议问题