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

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

corusm opened this issue · comments

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

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

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

First header should be sticky

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