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

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source