string_totitlecase 0.0.26 copy "string_totitlecase: ^0.0.26" to clipboard
string_totitlecase: ^0.0.26 copied to clipboard

A simple dart library for converting string to titlecase

example/example.dart

import 'package:string_totitlecase/string_toTitlecase.dart';

void main() {
  String myInput = """this is the testing 
  example of my new flutter package.""";
  String output = Casing.titleCase(myInput);

  print(output);

  /// This Is The Testing Example Of My New Flutter Package.
}
2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A simple dart library for converting string to titlecase

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on string_totitlecase