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
141 stars 27 forks source link

lazy loading support for both direction (up, down) #40

Closed hunghuy201280 closed 2 years ago

hunghuy201280 commented 2 years ago

Thank you for this library. I think it would be really useful to have the ability to lazy-load data like this bidirectional_listview library

tp7309 commented 2 years ago

ok, I will test it at weekend.

tp7309 commented 2 years ago

example added.