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
Currently when adding keys to the SwipeStack or its children it results in a weird flashing that occurs after each card is swiped. I suspect the issue coming from the build method rebuilding the widget tree after each call and updating the old card's value causing a visual delay. I opened a Stack Overflow issue about this as well.
Also: Currently the package doesn't support adding keys on the individual SwiperItem like the ListView and GridView widgets to uniquely identify each Card; this would be a very useful feature.
The text was updated successfully, but these errors were encountered:
Currently when adding keys to the SwipeStack or its children it results in a weird flashing that occurs after each card is swiped. I suspect the issue coming from the build method rebuilding the widget tree after each call and updating the old card's value causing a visual delay. I opened a Stack Overflow issue about this as well.
Gyfcat link to see the flashing:
https://gfycat.com/jampackedvapiddinosaur
Stack Overflow Link:
https://stackoverflow.com/questions/64530700/flutter-futureprovider-value-not-updating-in-builder-method
Also: Currently the package doesn't support adding keys on the individual SwiperItem like the ListView and GridView widgets to uniquely identify each Card; this would be a very useful feature.
The text was updated successfully, but these errors were encountered: