flutter-reorderable-grid-view
flutter-reorderable-grid-view copied to clipboard
Bug: Changing `crossAxisCount` while dragging item leads to weird behavior
This bug came from #54.
The following bug happens:
- adding
GridView
withcrossAxisCount
= 2 - start dragging item
- while dragging changing
crossAxisCount
to 3 - the dragged item still looks like the old one when
crossAxisCount
was 2
This bug should be fixed for the version 4.0.0
. It is also important to check, if there are more bugs when changing this value while dragging or animating an item.