How to achieve this flutter scroll animation?

321 Views Asked by At

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.

1

There are 1 best solutions below

3
On BEST ANSWER

try something with this, stacked_card_carousel:

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