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

Column's children must not contain any null values, but a null value was found at index 0

muhammadfaheem-pycom opened this issue · comments

I am facing this issue when one of the section don't have items or an empty list

itemBuilder or headerBuilder must always return a widget, can not return null.