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

Feature/distinct key parent child #171

Closed kristofb closed 1 year ago

kristofb commented 1 year ago

The key of GroupedListView is also used as the key for child ListView, which leads to an exception. I removed the duplication of key usage in ListView.