vedartm / paginate_firestore

A flutter package to simplify pagination with firestore data 🗃
https://pub.dev/packages/paginate_firestore
MIT License
113 stars 136 forks source link

Remove item from list view #15

Open hecuervo opened 4 years ago

hecuervo commented 4 years ago

Hi how can you remove an item from the list?, currently i use Slidable (https://pub.dev/packages/flutter_slidable) , i remove from firebase the document but it doesnt remove from list view

vedartm commented 4 years ago

Maybe a controller can be used to remove item. I will try and add a controller in the next version.

hilalbaig commented 3 years ago

Hi how can you remove an item from the list?, currently i use Slidable (https://pub.dev/packages/flutter_slidable) , i remove from firebase the document but it doesnt remove from list view

@hecuervo Have you find any solution for that?

elmissouri16 commented 3 years ago

hi @excogitatr thanks for the amazing package, I give try today and it's working great for my use case I was wondering is there an update on this issue? thank you

ujwalchordiya commented 3 years ago

Any update on this? Really need this feature

OutdatedGuy commented 2 years ago

Hi how can you remove an item from the list?, currently i use Slidable (https://pub.dev/packages/flutter_slidable) , i remove from firebase the document but it doesnt remove from list view

I currently do the same(not with slidable but with delete button) and it works properly. Package version 1.0.3

Note: In version 1.0.3+1 only top items are refreshed so try using 1.0.3