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.89k stars 633 forks source link

AlwaysScrollable? #779

Closed ejlevin1 closed 9 months ago

ejlevin1 commented 11 months ago

Is there an example or reference on how to allow EasyRefresh.builder() to enable AlwaysScrollablePhysics? When the list items don't extend beyond the viewport, I can't drag and expose the heads and footer.

xuelongqy commented 11 months ago

You can set the clamping and hitOver parameters of the indicator to achieve the effect.

xuelongqy commented 9 months ago

If this problem persists, please reopen