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

expose allowImplicitScrolling to allow for preloading before/after page #88

Closed austinn closed 3 years ago

austinn commented 3 years ago

I need the ability to preload network images and according to https://github.com/flutter/flutter/issues/31191, adding allowImplicitScrolling can preload before and after page. Another option would be to use https://pub.dev/packages/preload_page_view, but that requires an additional dependency and some rework. Exposing allowImplicitScrolling seemed to the be most non-intrusive way to accomplish this.

vedartm commented 3 years ago

Thanks for making this PR @austinn 🎉

vedartm commented 2 years ago

@all-contributors please add @austinn for code

allcontributors[bot] commented 2 years ago

@vedartm

I've put up a pull request to add @austinn! :tada: