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

outdated

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 #

  • capitalize method does transform first letter a uppercase of the String or returns empty String;

  • capitalizeOrFail method does transform first letter a uppercase of the String or returns an exception;

  • capitalizeEach method does transform all first letter a uppercase of words of the String or returns empty String;

  • capitalizeEachOrFail method does transform all first letter a uppercase of words of the String or returns an exception.

4
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Simple extension for Dart language to capitalize our strings

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on string_capitalize