sorted 2.0.0+1
sorted: ^2.0.0+1 copied to clipboard
Sort lists of complex objects with ease. Simple but powerful extension method.
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 ofList<T>
.
1.0.0+1 #
- Make package description a little bit longer.
- Fix code example link in README.
1.0.0 #
- Initial version.