Mindinventory / flutter_draggable_gridview

This package supports drag & drop widgets inside the GridView.builder for multiplatform. It provides all the properties which are available in Gridview. builder and easy to implement with the few lines of code.
https://www.mindinventory.com/flutter-app-development.php
MIT License
98 stars 19 forks source link

onDragStarted callback #35

Open JamesGZM opened 3 months ago

JamesGZM commented 3 months ago

I need to give the user feedback (vibration or text change) when dragging starts, please open the onDragStarted callback

LongPressDraggable Widget