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

stop scrolling items up at end of list #35

Closed maliavinash closed 3 years ago

maliavinash commented 3 years ago

I have created ExpandableListView with header and have only 4 items in each section. If I collapse all sections and scroll up the list still scroll up and hide above sections below header.

tp7309 commented 3 years ago

could you give me some example?

maliavinash commented 3 years ago

Sorry I was implementing it wrong way. Solved issue.