string_upper_lower_package 1.0.1 copy "string_upper_lower_package: ^1.0.1" to clipboard
string_upper_lower_package: ^1.0.1 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
160
points
25
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)

Documentation

API reference

License

MIT (license)

More

Packages that depend on string_upper_lower_package