reorderable_grid
reorderable_grid copied to clipboard
All items gets rebuilt when dragging a single item
Hi, Is it normal for this package that all grid items gets rebuilt when dragging a single item? (even when just hovering in place without actually reordering anything). My app takes a major performance hit because of this. I would expect that the items won't get rebuilt but only their transform would be changed. Is there any way to optimize this?
Thanks