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

Can dates be sorted also? #140

Closed kizombaciao closed 2 years ago

kizombaciao commented 2 years ago

I tried that but it seems the value has to be a String and not DateTime.

Dimibe commented 2 years ago

Yes they can. Have a look at the Chat example.