Hi everyone, I created a SwipeableStack where the user will see only new documents (I mean I have a collection called "places") and I want the user to only see new "places" documents.
The thing is I used the filtering list item from flutterflow with "opposite statement" and it definitely makes trouble in the SwipeableStack when I swipe it changes the document just after.
If I do not use the "opposite statement" the SwipeableStack works perfectly ...