xuelongqy / flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.
https://xuelongqy.github.io/flutter_easy_refresh/
MIT License
3.83k stars 628 forks source link

3.3.5 onLoad 无法触发 #818

Closed M2dL1fe closed 2 months ago

M2dL1fe commented 2 months ago

image isMore默认状态是false,即一开始的时候onLoad 是传的null,后面刷新了数据了,给onLoad传递方法,就无法唤起加载更多事件了,回退到3.3.2就没这个问题了

M2dL1fe commented 2 months ago

3.3.4 也没此问题,此问题仅在3.3.5出现

xuelongqy commented 2 months ago

3.3.5+1已修复