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

position of items after pull or load #806

Open francisnnumbi opened 7 months ago

francisnnumbi commented 7 months ago

Hey,

I have two scenario for a list loaded from paginated request:

  1. When I pull down the list view, I want to view the previous page items
  2. When I pull up the list view, I want to view the next page items.

All is well so far.

In short :

QUESTION How do I achieve that ?