Dimibe / grouped_list

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

Highlight current group separator #193

Closed AndreaRicchi closed 9 months ago

AndreaRicchi commented 9 months ago

It would be nice to have the possibility to highlight the current separator:

image

In this case the default "C" is transparent and the current group separator "A" has a different background.

Currently, I'm using a GroupedListView<dynamic, String>

Dimibe commented 9 months ago

Hi @AndreaRicchi, this feature is included in #126. With that you can define a groupStickyHeaderBuilder which is used for the sticky header. It will be available in the next release, which will be available in the next week.

AndreaRicchi commented 9 months ago

Hi @AndreaRicchi, this feature is included in #126. With that you can define a groupStickyHeaderBuilder which is used for the sticky header. It will be available in the next release, which will be available in the next week.

@Dimibe When will the next release be available?