letsar / flutter_staggered_grid_view

A Flutter staggered grid view
MIT License
3.14k stars 510 forks source link

Removing item from grid #292

Closed RoyalCoder88 closed 1 year ago

RoyalCoder88 commented 1 year ago

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!

RoyalCoder88 commented 1 year ago

*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 ;)