An open API service indexing awesome lists of open source software.

https://github.com/angeloavv/weather_app

A weather app that shows the weather forecast for the next five days, made with love in Flutter.
https://github.com/angeloavv/weather_app

android flutter ios weather-api weather-app

Last synced: about 1 year ago
JSON representation

A weather app that shows the weather forecast for the next five days, made with love in Flutter.

Awesome Lists containing this project

README

          

# Weather App
A weather app that shows the weather forecast for the next five days using the openweathermap APIs, made with love in Flutter.

Screenshot-20220404-113013
Screenshot-20220404-112957
Screenshot-20220404-112931

## How to use it
Retrieve the dependencies with the following command:
```terminal
pub get
```

Then run the build_runner to automatically generate support files:
```terminal
flutter pub run build_runner build --delete-conflicting-outputs
```

Run the application and.. enjoy it!

## Architecture
* Clean Code Architecture (customized)
* BLoC pattern
* Dependency Injection with Provider
* Simplified with Freezed
* Supports both Portrait and Landscape orientations
* Unit and UI Tests

## License

Weather is available under the MIT license. See the LICENSE
file for more info.