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
605 stars 201 forks source link

The Custom Layout section of the Cookbook has not been updated with the changes in version 4.0.0. #301

Closed MrLepage closed 4 months ago

MrLepage commented 7 months ago

Cookbook still mention PagedSliverBuilder which has been replaced by PagedLayoutBuilder: Custom Layout section in Cookbook

clragon commented 4 months ago

The section has been updated. thank you.