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

outdated

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

[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 mony more.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on list_ext