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

如何在让一个Container()能下拉刷新? #795

Closed SheepYang1993 closed 6 months ago

SheepYang1993 commented 6 months ago

想要让一个Container()填满界面,并且能下拉刷新。

看过其他issues,说需要套Scollable才能下拉。

但是如果在Container外面套一层SingleChildScrollView,那Container就不能填满布局了。

xuelongqy commented 6 months ago

看样式吧。跟着定义就行,state里面会有指示器的高度

SheepYang1993 commented 5 months ago

已解决,使用CustomScrollView+SliverFillRemaining