Search code examples
flutterflutter-animationflutter-animatedlist

How to achieve this flutter scroll animation?


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
    );