Dimibe / grouped_list

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

How to Get original list id ? #96

Open tonmooy opened 3 years ago

tonmooy commented 3 years ago

I want to delete data from list , so i need list original id inside itemBuilder or indexBuilder

octec-info commented 3 years ago

I used : ( key: ValueKey(element['name']), ) But when a delete one item from de list ( and it was the last item from the group ), the groupSeparator does not delete. :-(