Skip to content

Commit 198d8bf

Browse files
authored
Update README.md
1 parent 9778e32 commit 198d8bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

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

3+
* [Calling Optional Functions in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#calling-optional-functions-in-dart)
34
* [Odd-Even Sort in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#odd-even-sort-in-dart)
45
* [Implementing Zip and Tuples in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#implementing-zip-and-tuples-in-dart)
56
* [Swapping Values in Lists with XOR in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#swapping-values-in-lists-with-xor-in-dart)
@@ -37,6 +38,10 @@
3738
* [Extract Minimum and Maximum Values in `List<num>` in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#4-lines-of-dart-code-that-include-the-spread-operator-cascade-operator-generics-extensions-private-prefix-and-getters)
3839
* [Functions as First Class Citizens in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#functions-as-first-class-citizens-in-dart)
3940

41+
# Calling Optional Functions in Dart
42+
43+
![](images/calling-optional-functions-in-dart.jpg)
44+
4045
# Odd-Even Sort in Dart
4146

4247
![](images/odd-even-sort-in-dart.jpg)

0 commit comments

Comments
 (0)