- Copying method
toReplaced
andtoReplacedWhere
for replacing a specific element in an iterable. min
andminBy
methods for finding min element in an iterable.chunk
method for chunking elements to some lists according a size.
- Looser SDK version limitation.
- If you are using
hide
orshow
to partial import, note thatmaxBy
is moved toMax
anduniqueBy
is moved toUnique
.
splice
for mutating list like ESMAScript.- Some copying version methods for Dart SDK and
splice
.
dropNull
for 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.