flutter_text_utils 0.1.1 copy "flutter_text_utils: ^0.1.1" to clipboard
flutter_text_utils: ^0.1.1 copied to clipboard

An efficient and powerful toolkit for string manipulation, text analysis and form validation.

0.0.1 #

Initial Release #

  • Basic string utilities:
    • capitalize
    • spacedUppercase
    • isEmail
    • isStrongPassword
    • mask
    • reverse

0.1.0 #

Added Features #

Text Analysis

  • wordCount
  • charCount
  • sentenceCount

Case Conversion

  • toCamelCase
  • toSnakeCase
  • toKebabCase
  • toPascalCase

Password Validation

  • passwordStrength
  • passwordStrengthLabel

Encoding & Utilities

  • encodeBase64
  • decodeBase64
  • safeToNum
  • generateShortId

0.1.1 #

  • Updated package description.
1
likes
160
points
16
downloads

Publisher

verified publisherdheerajkumar.me

Weekly Downloads

An efficient and powerful toolkit for string manipulation, text analysis and form validation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_text_utils