substring FRIST LETTER flutter code example
Example 1: Flutter get each letter from string
'${mystring[0]}'
Example 2: what is the use of substring in flutter
// To remove or add anything at the end or to the start of the string
'${mystring[0]}'
// To remove or add anything at the end or to the start of the string