flutter-reorderable-grid-view icon indicating copy to clipboard operation
flutter-reorderable-grid-view copied to clipboard

Issue: Lags with `ReorderableBuilder.builder`

Open karvulf opened this issue 7 months ago • 0 comments

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.

karvulf avatar Jun 30 '24 13:06 karvulf