vedartm / paginate_firestore

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

Live data makes listview jump on it own with new data added #153

Open arindammitra06 opened 1 year ago

arindammitra06 commented 1 year ago

Hi I am using this package in a project of mine which shows realtime feeds and allows users to like/comment. Whenever I am using the package to pull data in Live mode everything works fine. But whenever there is new data added to the firestore, the listview position scrolls on its own due to the new data added on top. This is because my query fetches data ordered in descending order.

Any idea how this can be resolved?