I'm trying to use https://reqres.in/api/users?page=1
API example from their tutorial on using infinity scroll.
Infinity scroll starts at index 0 page, however, page 0 is equitant to page 1, which ends up showing a duplicate list of rows on flutter-flow.
How can I tell infinite scroll to start with page value 1, instead of 0? I have tried setting default values.
The tutorial I have been following: https://docs.flutterflow.io/widgets-and-components/widgets-ui-elements/layout-elements/listview#infinite-scroll-on-a-list-from-api-call