menu
vania_cli package
documentation
utils/functions.dart
firstLetterLowerCase function
firstLetterLowerCase function
dark_mode
light_mode
firstLetterLowerCase
function
String
firstLetterLowerCase
(
String
str
)
Implementation
String firstLetterLowerCase(String str) { return '${str[0].toLowerCase()}${str.substring(1)}'; }
vania_cli package
documentation
utils/functions
firstLetterLowerCase function
functions library