+ flutter dart string stackoverflow.comIn dart, split string into two parts using length of first string I have a string hiWorld and i want to split this string in two parts hi and World by length of first word hi which is of length 2. This is what i want to do List<String> list = ("hiWorld"). wono 2 years ago | tweet Add comment Do you want to delete? YesNo