how to get last character of string in dart code example Example: how to get the last values of a string dart var newString = string.substring(string.length - 5);