string_capitalize 0.0.8 copy "string_capitalize: ^0.0.8" to clipboard
string_capitalize: ^0.0.8 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 #

String #

  • 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;

  • startsWithCapital method verify if the String starts with with a capital letter.

List

  • capitalize - make first letter to capital to all items of String list.
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