Флэттер получает каждую букву от строки
String mystring = 'Hello World';
print('${mystring[0]}');
Gifted Gazelle
String mystring = 'Hello World';
print('${mystring[0]}');
DateFormat formatter = DateFormat('MMM'); // create a formatter to get months 3 character
String monthAbbr = formatter.format(DateTime.now()); // now pass your required date and get month