Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fwrhine committed Nov 24, 2020
2 parents bfac279 + 082087c commit 82049f2
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# 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

<br>
<img src="https://gitlab.com/fwrhine/rainbow-weather-app/-/raw/master/images/rainbow_weather.gif" height="430" />
<img src="https://gitlab.com/fwrhine/rainbow-weather-app/-/raw/master/images/sf.gif" height="430" />
<img src="https://gitlab.com/fwrhine/rainbow-weather-app/-/raw/master/images/glasgow.gif" height="430" />
<img src="https://gitlab.com/fwrhine/rainbow-weather-app/-/raw/master/images/sermersooq.gif" height="430" />

## Running the project

Replace the variable `apiKey` in `main.dart` with your API key from [OpenWeatherMap](https://openweathermap.org/).

## 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
```

0 comments on commit 82049f2

Please sign in to comment.