lodart 0.4.0 copy "lodart: ^0.4.0" to clipboard
lodart: ^0.4.0 copied to clipboard

Lodart is a Dart utility library like lodash and aims to implement utilities to make Dart easier to use and keep similar naming styles to lodash.

0.4.0 #

Added #

  • Copying method toReplaced and toReplacedWhere for replacing a specific element in an iterable.
  • min and minBy methods for finding min element in an iterable.
  • chunk method for chunking elements to some lists according a size.

Other #

  • Looser SDK version limitation.

0.3.0 #

BREAKING CHANGES #

  • If you are using hide or show to partial import, note that maxBy is moved to Max and uniqueBy is moved to Unique.

Added #

  • splice for mutating list like ESMAScript.
  • Some copying version methods for Dart SDK and splice.

0.2.0 #

Added #

  • dropNull for type-friendly dropping null elements in an nullable iterable.

Documentation #

  • Change the descriptions in pubspec, README and generated documentation.
  • Fix unresolved doc reference.
  • Fix installation step in Dart project.

0.1.0 #

  • Initial version.
2
likes
150
pub points
10%
popularity

Publisher

verified publisherdev.ayk.moe

Lodart is a Dart utility library like lodash and aims to implement utilities to make Dart easier to use and keep similar naming styles to lodash.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on lodart