tooly 0.7.2 tooly: ^0.7.2 copied to clipboard
Tooly is a package based in Lodash for Dart that contain utilities for working with lists, maps, sets and objects.
0.7.2 #
Change repository link to https://github.com/andygeek/tooly-dart
0.7.1 #
Added homepage https://andygeek.github.io/tooly/
0.7.0 #
- Added
findIndex
,findLastIndex
andindexOf
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
andflatten
methods.
0.3.0 #
- Added
chunk
method.
0.2.0 #
- Added
flatten
method.
0.1.0 #
- Initial version with four methods.