I'm building an app that has a core functionality of swiping on a stack of cards. However, I am in need of an "undo" action so that a user can get back to a previously swiped-away card.
FlutterFlow hasn't built in this functionality into the UI. However, it looks like FF is using the "flutter_card_swiper: 6.0.0" dependency.
Is there a way I can create an action that calls the undo function? It's part of the package: https://pub.dev/packages/flutter_card_swiper
Everything I've tried isn't working, but I also don't really know what I am doing.