+ flutter dart string In 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 | tweet Add comment Do you want to delete? YesNo