is there any way to change order an item of ReorderableListView programmatically in flutter?

605 Views Asked by At

is there any way to change order an item of ReorderableListView programmatically in flutter? i didnt find anything about it on web. all sources talk about user drag and drop event but i need change order programmatically.

i tried animatedlist but there is no method to update order an item, only remove or insert an item.then i tried with stack, list and slidetransition but I gave up because it was complicated so it could have bugs. then i tried with simulate tap and drag event, i couldnt do it.

any idea about it?

0

There are 0 best solutions below