-
Notifications
You must be signed in to change notification settings - Fork 731
Open
Description
itemBuilder: (BuildContext context, int index) {
/return new Image.network(
"http://via.placeholder.com/288x188",
fit: BoxFit.fill,
);/
return new Image.asset("img/icon_home_discover_head_bg.jpg", fit: BoxFit.fill,);
},
,谢谢
如上代码,用本地的图片无法加载,请问怎么处理
Metadata
Metadata
Assignees
Labels
No labels