letsar / flutter_staggered_grid_view

A Flutter staggered grid view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing item from grid

RoyalCoder88 opened this issue · comments

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!

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