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
100 stars 19 forks source link

[fix] add missing update of DraggableGridItem list #28

Open simonste opened 7 months ago

simonste commented 7 months ago

In my App the DraggableGridItems are just Texts with different colors.

Changing the color in the Widget build function had no effect as the internal list was not updated.