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?