Dimibe / grouped_list

A Flutter ListView in which items can be grouped into sections.
https://pub.dev/packages/grouped_list
MIT License
395 stars 106 forks source link

Add groupStickyHeaderBuilder #126

Closed najibghadri closed 11 months ago

najibghadri commented 2 years ago

Hello there. This is a very simple and helpful PR. In case you want to show a slightly different widget for the floating header you can't do that currently. The current two header builder functions just substitute each other. I added this in a non-breaking way. groupStickyHeaderBuilder enables usecases like whatsapp's disappearing header. Change versioning to whatever you would like. Thank you in advance!

https://user-images.githubusercontent.com/11639734/142761055-f34f8143-5042-4126-a6e1-cb735bcc2050.mov

Dimibe commented 11 months ago

Thank you for your contribution @najibghadri! LGTM