kt_utils 2.2.0 copy "kt_utils: ^2.2.0" to clipboard
kt_utils: ^2.2.0 copied to clipboard

Useful extension methods such as forEachIndexed, roundPrecision etc.

2.2.0 #

  • Changes:
    • DEPRECATED: double.roundPrecision is deprecated. Use double.roundDouble instead of it

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

0.1.6 #

  • Add:
    • Workflows

0.1.0 #

  • Add:
    • string.reversed
    • string.toDouble
    • list.forEachIndexed
    • list.lastIndex
    • list.random
  • Fix:
    • Fix double.roundPrecision method
  • Update README.md

0.0.2 #

  • Change Description

0.0.1 #

  • Initial version
4
likes
130
pub points
61%
popularity

Publisher

unverified uploader

Useful extension methods such as forEachIndexed, roundPrecision etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on kt_utils