simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

fix output order in `sortedBy` example #171

Closed rskvazh closed 11 months ago

rskvazh commented 11 months ago

There is an error in example output of .sortedBy() :)

passsy commented 11 months ago

Whoops!