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.84k stars 628 forks source link

alwaysscrollablescrollphysics capable? #778

Closed ejlevin1 closed 8 months ago

ejlevin1 commented 8 months ago

I'm running into an issue with getting the easy_refresh to work when the list of items doesn't extend beyond the viewport. I've fixed this in the past with using alwaysscrollablescrollphysics which then allow for the pull-to-refresh capability. Is there something similar with the east_refresh package?

xuelongqy commented 8 months ago

In east_refresh package you don't need AlwaysScrollableScrollPhysics