Boris-Adrian Descubes
Boris-Adrian Descubes
This should fix it!
You can trigger a swipe animation from a button by manually moving the front card's alignment past it's treshold and then triggering the animateCards method. example: ``` onPressed: () {...
you should be able to find the `animateCards();` method in `lib/cards_section_alignment.dart`. I posted the comment assuming that you're using the alignment technique, for the draggable technique I have no idea...
@RedBearAK you are a legend, thanks for the fix :')