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.

example/string_upper_lower_package_example.dart

import 'package:string_upper_lower_package/src/string_upper_lower_package.dart';

void main(List<String> args) {
  String text = "sALOM, DUNYO";
  String invertedText = StringUpperLOwer.stringText(text);
  print(invertedText);
}
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