peng8350 / flutter_pulltorefresh

a widget provided to the flutter scroll component drop-down refresh and pull up load.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartRefresher 与 StatelessWidget

anchao-lu opened this issue · comments

将 SmartRefresher 封装在 StatelessWidget 中,然后使用 CustomFooter 自定义 footer。在将 footerMode 设置成 LoadStatus.noMore 之后,调用 loadComplete() 和 resetNoData(),都不能将 footerMode 恢复为 LoadStatus.idle。但是使用默认 footer 又没有问题,不知道是不是 bug