Skip to content

Commit b6e6d55

Browse files
authored
Update README.md
1 parent 21ae551 commit b6e6d55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
* [Map with Index in Dart](#map-with-index-in-dart)
34
* [`Set` Comprehension in Dart](#set-comprehension-in-dart)
45
* [Stretching `GridView` Items in Flutter](#stretching-gridview-items-in-flutter)
56
* [Email Drag and Drop in Flutter](#email-drag-and-drop-in-flutter)
@@ -319,6 +320,12 @@
319320
* [Extract Minimum and Maximum Values in `List<num>` in Dart](#4-lines-of-dart-code-that-include-the-spread-operator-cascade-operator-generics-extensions-private-prefix-and-getters)
320321
* [Functions as First Class Citizens in Dart](#functions-as-first-class-citizens-in-dart)
321322

323+
# Map with Index in Dart
324+
325+
[Source Code](source/map-with-index-in-dart.dart)
326+
327+
![](images/map-with-index-in-dart.jpg)
328+
322329
# `Set` Comprehension in Dart
323330

324331
[Source Code](source/set-comprehension-in-dart.dart)

0 commit comments

Comments
 (0)