flutter_swiper
flutter_swiper copied to clipboard
Reverse the order of cards shown in custom layout
I have been trying to create a custom carousel in Flutter that has stacked cards using the custom layout. But am unable to reverse the order of cards so the current card is on top of the stack.
Here is the link to a detailed question posted on Stackoverflow.