I'm trying to use a simple ListView in Flutter. The problem is that i want to use two indices (index) of my list for one card.
So if when the ListView is expanding it should always use two indices. The first Card has access to data from index 1 and 2, the second card from 3 and 4 and so on.
If anyone knows how to build something like this I'd appreciate :)