From 082087cf7a993d786d3778b66005f0bda3af3727 Mon Sep 17 00:00:00 2001 From: Aghnia Putri Prawira Date: Tue, 24 Nov 2020 01:08:33 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4d5915a..4309821 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ # Rainbow Weather App -A simple weather app that displays the weather information of your current location. +A simple weather app that displays the current weather data of your location. -Animated icon and color change depending on weather condition! +## Features +- Automatically detects location +- Background color and animated weather icon change depending on weather condition! +- Toggle between Metric and Imperial unit
- + + + ## Running the project @@ -13,11 +18,12 @@ Replace the variable `apiKey` in `main.dart` with your API key from [OpenWeather ## Dependencies ``` -font_awesome_flutter: ^8.10.0 -http: ^0.12.2 -strings: ^0.1.4 -geolocator: ^6.1.7 flare_flutter: ^2.0.6 flutter_launcher_icons: ^0.8.1 flutter_native_splash: ^0.1.9 +font_awesome_flutter: ^8.10.0 +geolocator: ^6.1.7 +http: ^0.12.2 +strings: ^0.1.4 +toggle_switch: ^0.1.8 ``` \ No newline at end of file