Skip Navigation
Identify9461 somehow @programming.dev
Posts 1
Comments 2
Openreads
  • I think Chris means there's no public API nor any documentation

  • 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?

    !

    1