string_capitalize 0.0.10
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 #
-
capitalizetransform the first letter of the oneStringto uppercase; -
capitalizeEachtransform the first letter of each word from theStringto uppercase.
List #
capitalize- transform the first letter of each item to uppercase.