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
+
*[Random Name Generator in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#random-name-generator-in-dart)
3
4
*[Capturing Stack Traces in Dart Exceptions](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#capturing-stack-traces-in-dart-exceptions)
4
5
*[Removing Duplicates from Lists in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#removing-duplicates-from-lists-in-dart)
5
6
*[Optional Spread Operator in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#optional-spread-operator-in-dart)
@@ -41,6 +42,10 @@
41
42
*[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)
42
43
*[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