Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vandadnp committed Apr 17, 2021
1 parent 93505b5 commit 4b8b797
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

* [Using Queues as Stacks in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#using-queues-as-stacks-in-dart)
* [Custom Iterators in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#custom-iterators-in-dart)
* [Iterables as Ranges + Transform in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#iterables-as-ranges-and-transform-in-dart)
* [Errors vs Exceptions in Dart](https://github.com/vandadnp/flutter-tips-and-tricks/blob/main/README.md#errors-vs-exceptions-in-dart)
Expand Down Expand Up @@ -32,6 +33,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)

# Using Queues as Stacks in Dart

![](images/using-queues-as-stacks-in-dart.jpg)

# Custom Iterators in Dart

![](images/custom-iterators-in-dart.jpg)
Expand Down

0 comments on commit 4b8b797

Please sign in to comment.