Skip Navigation

Reorder animation on lists

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?

0
0 comments