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 22, 2021
1 parent 81aac17 commit 8d047d4
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

* [Resizing Images in Flutter to Fit Screen Height](#resizing-images-in-flutter-to-fit-screen-height)
* [Validating URLs in Flutter](#validating-urls-in-flutter)
* [FrameBuilder for Network Images in Flutter](#framebuilder-for-network-images-in-flutter)
* [Adding Shadow to Icons in Flutter](#adding-shadow-to-icons-in-flutter)
Expand Down Expand Up @@ -67,6 +68,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)

# Resizing Images in Flutter to Fit Screen Height

![](images/resizing-images-in-flutter-to-fit-screen-height.jpg)

# Validating URLs in Flutter

![](images/validating-urls-in-flutter.jpg)
Expand Down

0 comments on commit 8d047d4

Please sign in to comment.