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

how to use no group list and group list mixed #20

Closed yyong37 closed 4 years ago

yyong37 commented 4 years ago

now way i use two widgt concat it. SliverList + SliverExpandableList

is there way use SliverExpandableList to solve it ?

tp7309 commented 4 years ago

return header widget with 0 height?

yyong37 commented 4 years ago

@tp7309 aha~thanks reply.