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

Is it possible to create a subsection in the Expandable List? #30

Closed corusm closed 3 years ago

corusm commented 3 years ago

First_Header --> Second Header -------> Items --> Second Header -------> Items

Is it possible to create a subsection in the Expandable List?

tp7309 commented 3 years ago

Is First_Header need sticky? Or is Second Header need sticky?

corusm commented 3 years ago

First header should be sticky

tp7309 commented 3 years ago

Many solution, like this example, just replace ListView with ExpandablListView.