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

Hey I want list to navigate to data of that particular item #20

Closed som310 closed 3 years ago

som310 commented 4 years ago

Hey I want list to navigate to data of that particular item how can I do that please guide me

vedartm commented 4 years ago

I am not sure if it is possible with the current version. Although I am guessing providing a list view controller might solve it.

vedartm commented 3 years ago

You can add your custom ScrollController using scrollController attribute which will help in scrolling to an item. Try this blog for reference.

Thanks for using the package 🎉 Feel free to reopen issue if you face similar issue.