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 support for nested grouping #120

Closed tomasweigenast closed 2 years ago

tomasweigenast commented 2 years ago

Add support for nested grouping. For example, If a product is added to a category, which is parent of another category, for example:

Category: Soda is inside category Drinks

It would be very useful to add the ability to group by Drinks, and then by Soda

Dimibe commented 2 years ago

Hey @tomasweigenast, in my opinion this feature brings to much complexity to the package, so I won't add it. If you have a good and easy to use solution to this problem, I would appreciate a PR from you.