ListView/Column access item at i and i + 1 with infinite scroll

Actions & Logic

Hello,

I have a ListView with a query populating the items with Infinite Scroll enabled (too many items to fetch them without pagination).

The widget created required two information: the current item and the next item if any. Unfortunately, I don't find any ways to pass as parameter the next item or all items. I can pass the index of the current item, but without being able to pass all items that's useless in my case.

Any help?

What have you tried so far?

See above.

Did you check FlutterFlow's Documentation for this topic?
Yes
1