Closed karvulf closed 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.
Feature added to master and will be published with version 3.0.0
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.