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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

During build all items are materialized

fryette opened this issue · comments

Seems that the item builder always builds all items and that is a huge problem for long lists

I have a plan to support sub listview at this weekend. Now each section is Column widget by default.

@tp7309 Thank you very much!

@fryette I have update an nested listview example, may be it can help you.

@tp7309 Will check today later!
Thanks! Really!