How to achieve this flutter scroll animation?

Issue

Refer to this video I posted on facebook flutter group:

https://www.facebook.com/groups/409645446115733/permalink/1363664534047148/

*I managed to scale the width using Transform, but having challenge on overlap before pushing top item effect.

Solution

try something with this, stacked_card_carousel:

StackedCardCarousel(
    items: cards,
    type: //change type between cardsStack or fadeOutStack
);

Answered By – Jim

Answer Checked By – Pedro (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *