Sorting messages by date in Flutter / Dart
I’m working on a chat app using Flutter and Firebase for data storage. Right now, I’m having trouble sorting and displaying messages correctly by date.
Flutter Dart unexpected sort behavior
When I try to sort a list of int
s with the length of the list starting from 34
and use a compare function that returns 0
, it gives some unexpected results:
Here’s the code: