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

Not collapse

Saulmarti opened this issue · comments

Im usign the 1.0.0-nullsafety.1 version, the view of items and the sticky header is working fine but when change the param expanded in onTap with:

setState(() { sectionList[sectionIndex].setSectionExpanded(!section.isSectionExpanded()); });
Did not collapse the items.

I debug that the onTap and the changes its applied, when i set initially the expanded true or false its working propertly, the problem is when change it, not trigger nothing.

Anyone more have this problem?

Is example work property?