flutter-reorderable-grid-view
flutter-reorderable-grid-view copied to clipboard
Issue: Lags with `ReorderableBuilder.builder`
This issue is created because of #43 where there were problems using ReorderableBuilder.builder
and scrolling through the items.
After a couple of time, there were lags.
A suggestion was to remove setState
for _handleMovingFinished
and _handleOpacityFinished
in ReorderableBuilder
which causes a rebuilt for all children. But to ensure these children are correctly updating themself, somehow these widgets have to listen to changes of ReorderableEntity
.