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

During build all items are materialized #27

Closed fryette closed 3 years ago

fryette commented 3 years ago

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

tp7309 commented 3 years ago

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

fryette commented 3 years ago

@tp7309 Thank you very much!

tp7309 commented 3 years ago

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

fryette commented 3 years ago

@tp7309 Will check today later! Thanks! Really!