karvulf / flutter-reorderable-grid-view

BSD 3-Clause "New" or "Revised" License
158 stars 23 forks source link

Enable Scrolling while dragging item #4

Closed karvulf closed 2 years ago

karvulf commented 3 years ago

When there are lot of items, it would be a nice feature if there is an option to enable scrolling down or up while dragging an item.

karvulf commented 2 years ago

Following problem found when implementing this functionality:

When the GridView only loads a specific amount of children, it is possible that the dragged child is disposed while scrolling. This problem leads to an unwished behavior.

Edit: The widget Listener could solve my problem by listening to move changes instead of directly listening to the dragged child.

karvulf commented 2 years ago

Feature added to master and will be published with version 3.0.0