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 214 forks source link

[Feature Request] make AppendedSliverChildBuilderDelegate public #114

Closed clragon closed 3 years ago

clragon commented 3 years ago

I'm currently trying to create a custom layout with PagedSliverBuilder and StaggeredGridView.custom.

In doing so, it would actually help if AppendedSliverChildBuilderDelegate was public, since otherwise I would have to write my own custom delegate which the exact same functionality.

Could you add an export?

EdsonBueno commented 3 years ago

Hi @clragon. Try copying the code at first, and if it really helps you I'll consider making it public. Thank you

clragon commented 3 years ago

Hi @EdsonBueno,

I have found a different way of doing this.