dart_extensions 2.0.3 dart_extensions: ^2.0.3 copied to clipboard
Set of method-extensions for dart that makes using framework in a much easier and clean way also adds additional functionality.
[2.0.0] - 11/03/21 #
Support flutter 2
Support null safety
add new extensions
[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