list_ext 0.1.5 copy "list_ext: ^0.1.5" to clipboard
list_ext: ^0.1.5 copied to clipboard

outdated

Dart extension methods for Iterable and List. You can easily sum, count elements and many more.

Next release #

[0.1.5] - 2020-04-27 #

  • Method firstWhereOrNull() - return the first element that satisfies the given predicate or null if no element satisfies.

[0.1.4] - 2020-04-07 #

  • Method copyWithAll() - copy current list with adding all elements at the end of new list.
  • Method copyWith() support null list.

[0.1.3] - 2020-04-01 #

  • Method isUnorderedEquivalent() - check equality of the elements of this and other iterables without considering order.

[0.1.2+1] - 2020-03-31 #

  • quiver dependency decreased to 2.0.0.

[0.1.2] - 2020-03-31 #

  • Method joinOf() - get string value for each element and concatenates it with separator.
  • Method chunks() - splits into chunks (shortcut for quiver partition()).
  • Method toMap() - create Map from iterable (shortcut for Map.fromIterable()).
  • Extensions for List and method copyWith() - copy current list with adding element at the end of it.

[0.1.1] - 2020-03-27 #

  • Getter isNullOrEmpty - returns true if iterable is null or empty.
  • Getter isNotNullOrEmpty - returns true if iterable is not null and not empty.
  • Remove redundant Flutter dependencies.

[0.1.0] - 2020-03-27 #

  • Add an example.
  • Update package description.

[0.0.1] - 2020-03-26 #

  • Method countWhere() - returns count of elements that satisfy the predicate test.
  • Method sumOf() - returns sum of int values by elements.
  • Method sumOfDouble() - Returns sum of double values by elements.
  • Methods sum() for iterables of int and double.
39
likes
0
pub points
88%
popularity

Publisher

verified publisherinnim.ru

Dart extension methods for Iterable and List. You can easily sum, count elements and many more.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, quiver

More

Packages that depend on list_ext