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

list manipulations are not reflected #7

Closed comyuno closed 2 years ago

comyuno commented 2 years ago

I gave this package a chance but when I, for example, delete items from the list, the GridViewBuilder is not reflecting those changes.

abrarmalekji345 commented 2 years ago

you can update your list from the onDragAccept callback, let me know if you have any trouble doing this. I will reopen this issue