From ff3b650b291064f6dc39996f20c114ffe9dc64bd Mon Sep 17 00:00:00 2001 From: TheMuellenator Date: Wed, 10 Apr 2019 15:27:52 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f004db0..940b26f 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,11 @@ * [Illustrating Lifecycles with the LAB Navigation Demo](https://github.com/londonappbrewery/Navigation-Flutter-Demo) * [Location Refactoring Challenge Instructions](https://github.com/londonappbrewery/Clima-Flutter-Location-Refactor-Challenge) * [OpenWeatherMap APIs](https://openweathermap.org/api) +* [Fetching Data from the Internet](https://flutter.dev/docs/cookbook/networking/fetch-data) +* [The Dart http package](https://pub.dartlang.org/packages/http) +* [OpenWeatherMap Current Weather Documentation](https://openweathermap.org/current) + +