flutterdartanimationlayoutrive

How this animation can be implemented?


What is the best approach for this animation? Row + Flexible + AnimatedSize + Image ? or Rive. Thank you in advance.

enter image description here


Solution

  • You can do this using an animated container when one card is selected then another card's height/width will be decreased and the selected container height/width will be increased.

    Flutter Cookbook - Animate the properties of a container