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

Feature request: provide 'isDragging' details to DraggableGridItem #9

Closed lukepighetti closed 2 years ago

lukepighetti commented 2 years ago

DraggableGridItem currently has no way to know if it's being dragged. Instead of a Widget child argument, a builder argument with (BuildContext context, bool isDragging) could be provided

sahilmind commented 2 years ago

@lukepighetti added a feature for isDragging flag to DraggableGridItem in flutter_draggable_gridview: 0.0.7 please have a look. I am happy to help you if required. Thanks!