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.roundPrecisionis deprecated. Usedouble.roundDoubleinstead of it
- DEPRECATED:
2.1.0 #
- Add:
string.isNotNullEmpty
- Changes:
- Make String nullable
2.0.1 #
- Update
README.md
2.0.0 #
- Add:
string.encodeBase64string.decodeBase64string.isDigitstring.isLowerCasestring.isUpperCasestring.isAlphastring.swapCase
1.0.0 #
- Add:
string.toTitleCasestring.containsDigitstring.isEmailValid
- Fix:
- Error
string.toCapitalizemethod when text is empty
- Error
0.1.6 #
- Add:
- Workflows
0.1.0 #
- Add:
string.reversedstring.toDoublelist.forEachIndexedlist.lastIndexlist.random
- Fix:
- Fix
double.roundPrecisionmethod
- Fix
- Update
README.md
0.0.2 #
- Change Description
0.0.1 #
- Initial version