Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vandadnp authored May 15, 2021
1 parent 75990d4 commit db8f6cf
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

* [Generic Functions with Reduce in Dart](#generic-functions-with-reduce-in-dart)
* [Passing Back Data From a Screen to the Previous One in Flutter](#passing-back-data-from-a-screen-to-the-previous-one-in-flutter)
* [Flinging an Animation in Flutter](#flinging-an-animation-in-flutter)
* [Fade Animations in Flutter](#fade-animations-in-flutter)
Expand Down Expand Up @@ -62,6 +63,10 @@
* [Extract Minimum and Maximum Values in `List<num>` in Dart](#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](#functions-as-first-class-citizens-in-dart)

# Generic Functions with Reduce in Dart

![](images/generic-functions-with-reduce-in-dart.jpg)

# Passing Back Data From a Screen to the Previous One in Flutter

![](images/passing-back-data-from-a-screen-to-the-previous-one-in-flutter.jpg)
Expand Down

0 comments on commit db8f6cf

Please sign in to comment.