LeonardoRosaa / string_capitalize

Simple extension for Dart language to capitalize our strings

Home Page:https://pub.dev/packages/string_capitalize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple extension for Dart language to capitalize our strings

https://pub.dev/packages/string_capitalize

License:MIT License


Languages

Language:Dart 100.0%