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?

  • @merthyr1831
    link
    11 year ago

    maybe local_hero could do some good there?