dart_extensions 0.2.0 dart_extensions: ^0.2.0 copied to clipboard
Set of method-extensions for dart that makes using framework in a much easier and clean way also adds additional functionality.
[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