You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a similar issue because I accessed the card data with matchEngine.currentItem instead of saving my item list in the state of the widget and accessing the data with the index (swipeItems[index]) in the itemBuilder() method.
Whenever a card is being dragged, the back card will still show the same content of the front card.
The content of the back card is only loaded when the front card is completely swiped; in the meantime it will still show the swiped card content.
Attached you can find evidence of this behavior. I followed the example from pub.dev to create the stack as well.
Screen.Recording.2022-03-30.at.6.26.23.PM.mov
The text was updated successfully, but these errors were encountered: