this post was submitted on 20 Jul 2023
4 points (100.0% liked)

Flutter

527 readers
1 users here now

Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC

founded 1 year ago
MODERATORS
 

Did anyone achieve animations while reordering lists in Flutter? (With grid or list view) Like Android's native Recycler View behaviour.

When you reorder the list items animate to new positions. With ListView.builder they just update with no animations.

Is this possible with AnimatedList?

you are viewing a single comment's thread
view the rest of the comments
[–] merthyr1831 1 points 1 year ago

maybe local_hero could do some good there?