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?
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?