AssetImage is not displaying image in flutter app

前端 未结 9 609
野趣味
野趣味 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:51

    1. Flutter doesn't support jpg files.
    2. Try the complete path of the file with '/'(forward slash).

提交回复
热议问题