stride 1.1.0 stride: ^1.1.0 copied to clipboard
Enables iterating Dart lists and iterables using a custom start index and step size (stride).
Dart Stride Iterators - Example #
The file example.dart
contains a short program that demonstrates how to use the extension method stride
to iterate the elements of a (flattened) 2D array using a custom step size and start index.
Features and bugs #
Please file feature requests and bugs at the issue tracker.