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

刷新的组件里面存在一个定时器循环滚动组件,影响下拉刷新,下拉的时候下拉刷新不会响应 #794

Closed AlmostSir777 closed 6 months ago

AlmostSir777 commented 6 months ago

image

xuelongqy commented 6 months ago

你可以使用EasrRefreshController控制刷新。触发刷新的条件,需要模拟用户对屏幕进行了滑动,所以只是滚动列表不会触发

AlmostSir777 commented 6 months ago

3q,我用了另外一种方法,当scroll偏移量为负的时候,关闭滚动列表滚动,到时候有问题就用你这终极手段