Closed clragon closed 3 years ago
hi @EdsonBueno,
any chance you could take a look at this?
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!
You're now officially a contributor to this package Thanks one more time @clragon !
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