-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |