string_capitalize 0.0.10 copy "string_capitalize: ^0.0.10" to clipboard
string_capitalize: ^0.0.10 copied to clipboard

Simple extension for Dart language to capitalize our strings

To uppercase first letter of the word

Install #

Dart #

dart pub add string_capitalize

Flutter #

flutter pub add string_capitalize

Methods #

String #

  • capitalize transform the first letter of the one String to uppercase;

  • capitalizeEach transform the first letter of each word from the String to uppercase.

List

  • capitalize - transform the first letter of each item to uppercase.
4
likes
150
pub points
86%
popularity

Publisher

unverified uploader

Simple extension for Dart language to capitalize our strings

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on string_capitalize