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

Bug: Changing `crossAxisCount` while dragging item leads to weird behavior

Open karvulf opened this issue 2 years ago • 0 comments

This bug came from #54.

The following bug happens:

  • adding GridView with crossAxisCount = 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.

karvulf avatar Nov 13 '22 10:11 karvulf