You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Table of Contents
2
2
3
+
*[Calling Optional Functions in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#calling-optional-functions-in-dart)
3
4
*[Odd-Even Sort in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#odd-even-sort-in-dart)
4
5
*[Implementing Zip and Tuples in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#implementing-zip-and-tuples-in-dart)
5
6
*[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 @@
37
38
*[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)
38
39
*[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)
0 commit comments