I get that Flutter has different approaches for ListViews:
ListView
AnimatedList
ReorderableListView
But is there also a possibility to combine all different functions?
I need a ReorderableListView to reorder items via drag & drop while being able to add and remove items with animations.
Am I missing something or is there no such thing? Trying things for hours alredy..
Any workarounds are also appreciated.
Try the new great_list_view library. It is still an alpha version, but it works very well and offer automatic animation when data changes, reordering also when animating, index and offset of items calculation, and more. Give it a try!
implicitly_animated_reorderable is bad written and bugged, and uses off stage widgets and other tricks, great_list_view doesn’t use any trick and works a charm!