loic-combis / swipable

Flutter Widget to easily implement a swipe card mechanism.
MIT License
9 stars 10 forks source link

added Key identifier #5

Closed dzziwny closed 3 years ago

dzziwny commented 3 years ago

With Key, its much easier to dispose a widget that is already swiped out of the screen. It's useful for ex. to swipe out an element from the top of the stack and simultaneously add a new one at the bottom.