remove capitalized extension in favor of intl's toBeginningOfSentenceCase
This commit is contained in:
parent
c3ca1e3491
commit
fa8b8ddd14
2 changed files with 5 additions and 7 deletions
|
|
@ -1,4 +0,0 @@
|
|||
extension Capitalized on String {
|
||||
String get capitalized =>
|
||||
"${this[0].toUpperCase()}${substring(1).toLowerCase()}";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue