tp7309 / flutter_sticky_and_expandable_list

粘性头部与分组列表Sliver实现 Build a grouped list, which support expand/collapse section and sticky headers, support use it with sliver widget.
MIT License
140 stars 29 forks source link

items.length > 1000的时候 ,点击展开关闭,非常卡,应是这个数越大会越卡 #7

Closed liaoli closed 4 years ago

tp7309 commented 4 years ago

每个分组是作为一个控件放在SliverList中,每个分组中的控件目前是一次性创建出来的,不支持这么大的数据,找时间我优化下。

tp7309 commented 4 years ago

@liaoli 如果分组有大量数据的话,是不是只需要一个固定头部的效果,而不需要不同分组切换的效果。 如果需求是这样子的话可以直接用CustomScrollView+SliverAppBar(pinned:true)实现。

tp7309 commented 4 years ago

规划在下一个大版本中,估计6月份。

liaoli commented 4 years ago

问题还没解决啊

tp7309 commented 4 years ago

没有,转需求,正在开发中o.o。