Skip to content

Commit 25504d0

Browse files
authored
Update README.md
1 parent 5d2264d commit 25504d0

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+
* [Image Gallery in Flutter](#image-gallery-in-flutter)
34
* [Map with Index in Dart](#map-with-index-in-dart)
45
* [`Set` Comprehension in Dart](#set-comprehension-in-dart)
56
* [Stretching `GridView` Items in Flutter](#stretching-gridview-items-in-flutter)
@@ -320,6 +321,12 @@
320321
* [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)
321322
* [Functions as First Class Citizens in Dart](#functions-as-first-class-citizens-in-dart)
322323

324+
# Image Gallery in Flutter
325+
326+
[Source Code](source/image-gallery-in-flutter.dart)
327+
328+
![](images/image-gallery-in-flutter.jpg)
329+
323330
# Map with Index in Dart
324331

325332
[Source Code](source/map-with-index-in-dart.dart)

0 commit comments

Comments
 (0)