EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
629 stars 213 forks source link

RefreshIndicator position and Flutter 3 #202

Closed kafeleporyg closed 1 year ago

kafeleporyg commented 2 years ago

With Flutter 3: Refresh indicator, wrapped around a PagedListView with Reverse set to True, is shown on the top of the PageListView. Would be nice to have the way to show it at the bottom of the list, as it was in Flutter 2.

EdsonBueno commented 1 year ago

The RefreshIndicator feature isn't part of the package, we do have it in the examples, but it's vanilla Flutter code.