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.
- Host: GitHub
- URL: https://github.com/angeloavv/weather_app
- Owner: AngeloAvv
- License: mit
- Created: 2022-04-04T10:09:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T19:57:25.000Z (over 1 year ago)
- Last Synced: 2025-04-05T22:29:31.748Z (about 1 year ago)
- Topics: android, flutter, ios, weather-api, weather-app
- Language: Dart
- Homepage:
- Size: 15.6 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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.


