Flutter provides a widget called LongPressDraggable that provides the exact behavior that you need to begin a drag-and-drop interaction . A LongPressDraggable widget recognizes when a long press occurs and then displays a new widget near the user’s finger. As the user drags, the widget follows the user’s finger.
Read moreHow do you make UI for flutters?
Building beautiful UIs with Flutter
Read moreHow do I drag-and-drop ListView items in Flutter?
Example 1: Flutter Drag Drop ListView
Read moreDoes Flutter support drag-and-drop?
Flutter provides a widget called LongPressDraggable that provides the exact behavior that you need to begin a drag-and-drop interaction .
Read more