string_upper_lower_package 1.0.0 copy "string_upper_lower_package: ^1.0.0" to clipboard
string_upper_lower_package: ^1.0.0 copied to clipboard

This package will make your text strings smaller if they are big and bigger if they are small.

string_upper_lower_package #

The string_upper_lower_package is a Dart package that provides a utility function to invert the case of each character in a given string. This package can be particularly useful for text manipulation tasks where you need to toggle the case of each character in a string from upper to lower or vice versa.

Features #

  • Convert all uppercase characters in a string to lowercase.
  • Convert all lowercase characters in a string to uppercase.
  • Preserve non-alphabetic characters (e.g., numbers, punctuation) unchanged.

Installation #

Add the following dependency to your pubspec.yaml file:

dependencies:
  string_upper_lower_package: ^1.0.0
6
likes
150
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

This package will make your text strings smaller if they are big and bigger if they are small.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on string_upper_lower_package