pop 0.1.1 pop: ^0.1.1 copied to clipboard
pop.dart's a set of utility methods and classes to make Dart development intuitive, simple, and readable.
0.1.1 #
Features added in this version:
addFirst
andaddLast
DefaultMap
0.1.0 #
Initial version.
Features added in this version:
range
iterablerotate
list, getrotated
copy of a list,reverse
a list in-place,splitReverse
list,swap
andmSwap
list elements,removeFirst
of the list.5.times(callback)
and itstimesIndexed
variant