EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
632 stars 215 forks source link

Add PagedPageView #128

Closed clragon closed 3 years ago

clragon commented 3 years ago

This MR adds a PagedPageView, which uses PagedSliverBuilder as base.

Since PagedSliverBuilder is primarly used for Slivers, this MR also adds a new parameter isSliver which defauls to true and makes PagedSliverBuilder act more like a box widget, when false.

The MR has multiple commits, so it would be nice to squash when merging.

This MR would solve #89

clragon commented 3 years ago

hi @EdsonBueno,

any chance you could take a look at this?

EdsonBueno commented 3 years ago

Hey @clragon , I'll do that in the next couple of weeks. I've been a bit stuffed with work lately. Thank you for the PR and all your activity in this repo!

EdsonBueno commented 3 years ago

You're now officially a contributor to this package Thanks one more time @clragon !