Iterate over Dart List using For Loop. In the following Dart Program, we take a list containing some elements. Then we use Dart For loop with index to traverse through all elements of the list . During each iteration, we just print the element, demonstrating that we can access the element.