0 purchases
string capitalize
To uppercase first letter of the word
Install #
Dart #
dart pub add string_capitalize
copied to clipboard
Flutter #
flutter pub add string_capitalize
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.