getx 列表更新问题,没有生效

2022-11-04 17:45:54 +08:00
 Rrrrrr

大佬们,帮我看看。

列表增加可以更新,某一项改变,就不会更新 UI

https://flutlab.io/sandbox/d8d55775-efbb-4cc6-b43e-8732ec2cc522

1335 次点击
所在节点    Flutter
2 条回复
lh900519
2022-11-04 23:04:42 +08:00
void changePerson(int index, String name) {
userslist[index].name = name;
userslist.refresh();
}
Rrrrrr
2022-11-04 23:06:23 +08:00
我也是找到这个,不知道 refresh 开销大不大?
@lh900519

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/892742

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX