Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vandadnp authored Apr 21, 2021
1 parent 9778e32 commit 198d8bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

* [Calling Optional Functions in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#calling-optional-functions-in-dart)
* [Odd-Even Sort in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#odd-even-sort-in-dart)
* [Implementing Zip and Tuples in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#implementing-zip-and-tuples-in-dart)
* [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)
Expand Down Expand Up @@ -37,6 +38,10 @@
* [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)
* [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)

# Calling Optional Functions in Dart

![](images/calling-optional-functions-in-dart.jpg)

# Odd-Even Sort in Dart

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

0 comments on commit 198d8bf

Please sign in to comment.