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.

Home Page:https://www.mindinventory.com/flutter-app-development.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: provide 'isDragging' details to DraggableGridItem

lukepighetti opened this issue · comments

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

@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!