Skip to content

Commit 12056e5

Browse files
authored
Update README.md
1 parent 6ff47ef commit 12056e5

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+
* [Random Name Generator in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#random-name-generator-in-dart)
34
* [Capturing Stack Traces in Dart Exceptions](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#capturing-stack-traces-in-dart-exceptions)
45
* [Removing Duplicates from Lists in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#removing-duplicates-from-lists-in-dart)
56
* [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 @@
4142
* [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)
4243
* [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)
4344

45+
# Random Name Generator in Dart
46+
47+
![](images/random-name-generator-in-dart.jpg)
48+
4449
# Capturing Stack Traces in Dart Exceptions
4550

4651
![](images/capturing-stack-traces-in-dart-exceptions.jpg)

0 commit comments

Comments
 (0)