hanshengchiu / reorderables

Reorderable table, row, column, wrap, and sliver list that allow drag and drop of the children. https://pub.dartlang.org/packages/reorderables
MIT License
740 stars 170 forks source link

Original state got rendered after finish reordering #160

Open rivkazi opened 2 years ago

rivkazi commented 2 years ago

I'm using the reorderable sliverList widget with bloc management, When I finish reordering, the last state(before the reordering) gets rendered again, and only after it, the state from my bloc builder gets rendered. Is there a way to prevent the list from being rendered to the original state which was caused not by the bloc?

jbrechbuehl commented 2 years ago

+1