Flutter get each letter from string

54

  String mystring = 'Hello World';

  print('${mystring[0]}');

Comments

Submit
0 Comments