#tip
With latest versions its now possible to loop through the indexes of an array.
https://api.dart.dev/stable/3.1.0/dart-collection/IterableExtensions/indexed.html
With latest versions its now possible to loop through the indexes of an array.
final items = [‘A’, ‘B’, ‘C’];
for(final (index, item) in items.indexed) {
print('item $item at $index');
}
https://api.dart.dev/stable/3.1.0/dart-collection/IterableExtensions/indexed.html
api.dart.dev
indexed property - IterableExtensions extension - dart:collection library - Dart API
API docs for the indexed property from the IterableExtensions extension, for the Dart programming language.
🕵️♀️ Select # to filter messages by topic.
- Learning per Developer Experience
#junior
#plain
#senior
- Topics
#official
#star
#news
#learning
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#ux
#design
#example
#sockets
#performance
#opensource
#architecture
#bash
#debug
- Learning per Developer Experience
#junior
#plain
#senior
- Topics
#official
#star
#news
#learning
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#ux
#design
#example
#sockets
#performance
#opensource
#architecture
#bash
#debug
#tip
"How to run a test on multiple screen size."
Source: https://x.com/mcflyDev/status/1797659519670972683
"How to run a test on multiple screen size."
Source: https://x.com/mcflyDev/status/1797659519670972683