peng8350 / flutter_pulltorefresh

a widget provided to the flutter scroll component drop-down refresh and pull up load.
MIT License
2.71k stars 722 forks source link

Refresh on pull on listview #600

Closed arualana closed 2 years ago

arualana commented 2 years ago

I have a scaffold with a header and a listview The pull to refresh only works when pulling down on the header, not on the list view

Is there a way to make it work on both? Thank you

gehad-ahmed-mohammed commented 2 years ago

I have the same problem ... did you find solution for that ?

arualana commented 2 years ago

@gehad-ahmed-mohammed yes, you need to wrap the ListView directly with the SmartRefresh, and it will work on the ListView