Skip to content

366 - Prefer Iterable in Flutter

Compare
Choose a tag to compare
@vandadnp vandadnp released this 13 Nov 03:55
· 38 commits to main since this release
7ff42e6

Iterables allow lazy evaluation of collection items in Flutter and are the preferred way of iterating over otherwise-heavy collections. Here is an example why they are important to use => https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/tipsandtricks/prefer-iterable-in-flutter/prefer-iterable-in-flutter.md