Relative Content

Tag Archive for flutterdartsorting

Flutter Dart unexpected sort behavior

When I try to sort a list of ints 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: