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 24, 2021
1 parent 962f35e commit af761c1
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

* [Capturing Stack Traces in Dart Exceptions](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#capturing-stack-traces-in-dart-exceptions)
* [Removing Duplicates from Lists in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#removing-duplicates-from-lists-in-dart)
* [Optional Spread Operator in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#optional-spread-operator-in-dart)
* [Calling Optional Functions in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#calling-optional-functions-in-dart)
Expand Down Expand Up @@ -40,6 +41,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)

# Capturing Stack Traces in Dart Exceptions

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

# Removing Duplicates from Lists in Dart

![](images/removing-duplicates-from-lists-in-dart.jpg)
Expand Down

0 comments on commit af761c1

Please sign in to comment.