flutter mettre un String dans les cote code example
Example 1: flutter length of string
int stringLength = "hello".length;
Example 2: Flutter get each letter from string
'${mystring[0]}'
int stringLength = "hello".length;
'${mystring[0]}'