sorted 2.1.0 copy "sorted: ^2.1.0" to clipboard
sorted: ^2.1.0 copied to clipboard

Sort lists of complex objects with ease. Simple but powerful extension method.

2.1.0 #

  • Add SortingStrategy which allows for customizing the sorting algorithm.
    • Add DefaultSortingStrategy, which uses Dart's default (unstable) sorting method.
    • Add MergeSortingStrategy, which uses merge sort, a stable sorting algorithm.

2.0.0+1 #

  • Replace image with snippet in README.

2.0.0 #

  • BREAKING Migrate to null-safety.
  • BREAKING Bump Dart requirement to 2.12.

1.1.0 #

  • Fix original list being mutated.
  • Expand the sorted extension method to work on Iterable<T> instead of List<T>.

1.0.0+1 #

  • Make package description a little bit longer.
  • Fix code example link in README.

1.0.0 #

  • Initial version.
31
likes
150
points
668
downloads

Publisher

verified publisherwolszon.me

Weekly Downloads

Sort lists of complex objects with ease. Simple but powerful extension method.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection

More

Packages that depend on sorted