Closed giacomomasseron closed 1 year ago
Hey @giacomomasseron, So you want the index of the card at the top to always be 0 right??
Same issue.
Hey @giacomomasseron , @mehmetbeyHZ , Did you tried adding unique key for every card? This is the same issue which previously existed here. : https://github.com/appinioGmbH/flutter_packages/issues/54
Hi,
I have a card with a PageController inside. If I change a page and swipe to another card, I have the PageController index already set to the previous card index, not a 0 like it supposed to be.
This it the widget container:
This is the
MyTinderCard
widget:As you can see, the widgets are pretty simple. If I change PageViewController page and swipe the card, in the next card the controller does have the index different from 0.