Identify9461

joined 1 year ago
[โ€“] Identify9461@programming.dev 5 points 1 year ago (1 children)

I think Chris means there's no public API nor any documentation

[โ€“] Identify9461@programming.dev 1 points 1 year ago* (last edited 1 year ago)

Nextcloud Social, nice! Although developing and improving current features for actual cloud storage would be nicer!

 

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?