kt_utils 1.0.0 kt_utils: ^1.0.0 copied to clipboard
Useful extension methods such as forEachIndexed, roundPrecision etc.
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