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

与 flutter_slidable 插件配合使用任何时候最多显示一个滑动展开时,heder 滑到顶端固定不了 #53

Closed xRuby closed 2 months ago

xRuby commented 3 months ago

是 StatefulWidget 传值 State 的问题,😂 不过确实有一个问题,就是 与 flutter_slidable 插件配合使用任何时候最多显示一个滑动展开时,heder 滑到顶端固定不了。

tp7309 commented 3 months ago

你用源代码调调吧,最近没时间修复🤣

xRuby commented 3 months ago

你用源代码调调吧,最近没时间修复🤣

等你空了来吧,或则我先把功能完善了来😂

xRuby commented 2 months ago

一次性加载list没有这个BUG,但是用了上拉加载,下拉刷新会有这个bug