Flutter – how to split each line of sentence into Array of string
String text = "test_123 check_1 123 test_1 ASD@#$ qwer #$%^ test 1 this is book"; and turn it into a string array like: {"test_123","check_1 123","test_1","ASD@#$","qwer #$%^","test 1","this is book"}