string_upper_lower_package 1.0.1
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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add string_upper_lower_packageWith Flutter:
$ flutter pub add string_upper_lower_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
string_upper_lower_package: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:string_upper_lower_package/string_upper_lower_package.dart';