dart_extensions 1.0.0 copy "dart_extensions: ^1.0.0" to clipboard
dart_extensions: ^1.0.0 copied to clipboard

outdated

Set of method-extensions for dart that makes using framework in a much easier and clean way also adds additional functionality.

[1.0.0] - 19/03/20 #

  • Context extensions
  • Text Extensions
  • Icon Extensions
  • List<Widget> Extensions

[0.3.4] 9/03/20 #

  • sortBy - Sorts elements in the array in-place according to natural sort order of the value returned by specified selector function.

[0.3.3] 19/02/20 #

  • algorithm - quick search
  • Flutter - Tooltip extension

[0.2.0] - 23/01/20. #

  • .groupBy() added Iterable + tests
  • .intersect() + test
  • .toMutableSet() + test

[0.1.8] - 22/01/20. #

  • .filter() added Iterable + tests
  • .notFilter() added Iterable + tests
  • .isNullOrWhiteSpace added String + tests
  • .insert() added Strings + test

[0.1.7] - 19/01/202. #

  • find - Iterable extensions + tests
  • added Ranges extension for int + tests

[0.1.4] - 19/01/202. #

  • associate in Iterables extensions + tests
  • added Http Extensions: - httpGet httpPost httpPut httpDelete
  • added int Extensions: - absolute - isEven - isOdd - isPositive - isNegative - tenth - fourth - third - half - doubled - tripled - quadrupled - squared

[0.1.3] - 19/01/2020. #

  • anyChar in Strings extensions + tests
  • replaceBefore Strings extensions + tests
  • toDoubleOrNull Strings extensions test
  • removeAllWhiteSpace Strings extensions + tests
  • toCharArray Strings extension + tests
83
likes
0
pub points
90%
popularity

Publisher

unverified uploader

Set of method-extensions for dart that makes using framework in a much easier and clean way also adds additional functionality.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, http, intl, quiver

More

Packages that depend on dart_extensions