From 37f29be6e3f2d43190b5354c043cecaccc8ddbc3 Mon Sep 17 00:00:00 2001 From: FabriLluvia Date: Sun, 16 Feb 2025 18:09:01 -0500 Subject: [PATCH] Adding "Make a weather app with Dart". --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49e447e..dfec186 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ It's a great way to learn. #### Build your own `Command-Line Tool` +* [**Dart**: _Make a weather app with Dart_](https://meamka.me/posts/make-a-weather-app-with-dart/) * [**Go**: _Visualize your local git contributions with Go_](https://flaviocopes.com/go-git-contributions/) * [**Go**: _Build a command line app with Go: lolcat_](https://flaviocopes.com/go-tutorial-lolcat/) * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/)