- Copying method
toReplacedandtoReplacedWherefor replacing a specific element in an iterable. minandminBymethods for finding min element in an iterable.chunkmethod for chunking elements to some lists according a size.
- Looser SDK version limitation.
- If you are using
hideorshowto partial import, note thatmaxByis moved toMaxanduniqueByis moved toUnique.
splicefor mutating list like ESMAScript.- Some copying version methods for Dart SDK and
splice.
dropNullfor type-friendly dropping null elements in an nullable iterable.
- Change the descriptions in pubspec, README and generated documentation.
- Fix unresolved doc reference.
- Fix installation step in Dart project.
- Initial version.