flutter_draggable_gridview icon indicating copy to clipboard operation
flutter_draggable_gridview copied to clipboard

[fix] add missing update of DraggableGridItem list

Open simonste opened this issue 10 months ago • 0 comments

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.

simonste avatar Apr 03 '24 20:04 simonste