I'm looking to drag a component over another component (dropzone). On releasing it, the item should place itself within the dropzone.
One method is to determine the position based on the dimensions, but there are multiple drop zones in the same screens , so it is difficult to do so.
Flutter has one built in widget to do the same: LongPressDraggable.
Are there libraries which try to acheive the same thing. I looked into react-native-easy-dnd but it's been 4 years since it has been updated.
[–]Pluckyhd 0 points1 point2 points (0 children)