From 733f9180cc5371e6aac14d1c791a0b37fe847465 Mon Sep 17 00:00:00 2001 From: fwrhine Date: Tue, 24 Nov 2020 03:25:11 +1000 Subject: [PATCH] Update dependencies and README.md --- README.md | 8 ++++++-- pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2baecd0..5c127d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# Weather App +# Rainbow Weather App -A simple weather app. +A simple weather app that displays the weather information of your current location. +The icons and colors change according to the weather condition! ## Running the project @@ -11,4 +12,7 @@ Replace the variable `apiKey` in `main.dart` with your API key from [OpenWeather font_awesome_flutter: ^8.10.0 http: ^0.12.2 strings: ^0.1.4 +geolocator: ^6.1.7 +flutter_launcher_icons: ^0.8.1 +flutter_native_splash: ^0.1.9 ``` \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d6bd971..1142bae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,8 +34,8 @@ dependencies: geolocator: ^6.1.7 dev_dependencies: - flutter_launcher_icons: - flutter_native_splash: + flutter_launcher_icons: ^0.8.1 + flutter_native_splash: ^0.1.9 flutter_test: sdk: flutter