tooly 0.8.0 copy "tooly: ^0.8.0" to clipboard
tooly: ^0.8.0 copied to clipboard

Tooly is a package based in Lodash for Dart that contain utilities for working with lists, maps, sets and objects.

0.8.0 #

  • New Features:

    • Added dropRight: Remove n elements from the end of a list.
    • Added first: Retrieve the first element of a list.
    • Added flattenDeep: Flatten a list recursively into a single depth.
    • Added initial: Retrieve all elements of a list except the last.
    • Added join: Convert a list into a string with a custom separator.
    • Added last: Retrieve the last element of a list.
    • Added nth: Retrieve the element at a specific index, with support for negative indices.
    • Added sum: Calculate the sum of all numeric elements in a list.
    • Added take: Retrieve the first n elements from a list.
    • Added takeRight: Retrieve the last n elements from a list.
  • Improvements:

    • Enhanced utility coverage to mimic more Lodash-style methods.
    • Updated documentation for all new methods.

0.7.2 #

Change repository link to https://github.com/andygeek/tooly-dart

0.7.1 #

0.7.0 #

  • Added findIndex, findLastIndex and indexOf methods.

0.6.0 #

  • Added fill method.

0.5.0 #

  • Added drop method.

0.4.3 #

  • Added format for pass Static analysis.

0.4.2 #

  • Added example markdown.

0.4.1 #

  • Change example structure.

0.4.0 #

  • Added difference method.

0.3.1 #

  • Added result type for chunk and flatten methods.

0.3.0 #

  • Added chunk method.

0.2.0 #

  • Added flatten method.

0.1.0 #

  • Initial version with four methods.
3
likes
150
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Tooly is a package based in Lodash for Dart that contain utilities for working with lists, maps, sets and objects.

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

collection

More

Packages that depend on tooly