Thanks for your great package, I'm using your flutter_staggered_grid_view in a StreamBuilder when I remove one item from the database in the grid it's removed the last item in the grid, not the deleted one, how can I fix this issue, can you guide me, please?
*Sorry not related to the package, mt bad duplicate Keys on widgets caused this, if somebody got this problem, just make sure you have unique keys for each item in list ;)
Hi @letsar ,
Thanks for your great package, I'm using your flutter_staggered_grid_view in a StreamBuilder when I remove one item from the database in the grid it's removed the last item in the grid, not the deleted one, how can I fix this issue, can you guide me, please?
Thanks in advance!