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
612 stars 202 forks source link

Sticky header example #257

Closed alexandrratush closed 11 months ago

alexandrratush commented 1 year ago

Hi. Can someone share an example implementation of Sticky header?

DavidOrakpo commented 1 year ago

Hi. Can someone share an example implementation of Sticky header?

Organize your list items into a grouped class. Then make use of the sticky_header package