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