kt_utils 2.2.1 kt_utils: ^2.2.1 copied to clipboard
Useful extension methods such as forEachIndexed, roundDouble with precision etc.
2.2.1 #
- Changes:
- Use trim method inside in
isNotNullEmpty
- Update exported files
- BREAKING: SDK version updated to >=2.17.0 <4.0.0"
- Use trim method inside in
2.2.0 #
- Changes:
- DEPRECATED:
double.roundPrecision
is deprecated. Usedouble.roundDouble
instead of it
- DEPRECATED:
2.1.0 #
- Add:
string.isNotNullEmpty
- Changes:
- Make String nullable
2.0.1 #
- Update
README.md
2.0.0 #
- Add:
string.encodeBase64
string.decodeBase64
string.isDigit
string.isLowerCase
string.isUpperCase
string.isAlpha
string.swapCase
1.0.0 #
- Add:
string.toTitleCase
string.containsDigit
string.isEmailValid
- Fix:
- Error
string.toCapitalize
method when text is empty
- Error
0.1.6 #
- Add:
- Workflows
0.1.0 #
- Add:
string.reversed
string.toDouble
list.forEachIndexed
list.lastIndex
list.random
- Fix:
- Fix
double.roundPrecision
method
- Fix
- Update
README.md
0.0.2 #
- Change Description
0.0.1 #
- Initial version