dart list itration for loop code example Example: dart loop through array for (var i = 0; i < list.length; i++) { print(list[i]); }