Run a loop through the data of the List dart code example Example: dart loop through array for (var i = 0; i < list.length; i++) { print(list[i]); }