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

Support for container group #183

Open SantiFiebke opened 1 year ago

SantiFiebke commented 1 year ago

It would be nice if there could be something like a group container, which is different from the separator. This in order to have for example a container with a specific decoration and backgroud for each group, and its child would be a column and its children would be each constructed element.

luis-cruzt commented 5 months ago

This would be awesome to have