In flutterflow, I have a firestore collection, each document has words in different languages in them. I have a swipeable stack in flutterflow, it display the words from the same document on the swipeablestackpage. see below
I would like my app to do this: when the user swipe left or right, it shows a new "card" with the words of another document in my collection below (I only have two but in the end there will be thousands like the hordes of mordor). An also do +1 to the variable "score" if right swipe and -1 if left swipe. The likelihood of the cards showing up will be linked to the score (if score of 7, less likely to appear, if -5 more likely)
I would really like to keep the swipe action.