Skip to content

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

License

Notifications You must be signed in to change notification settings

AngeloAvv/weather_app

Repository files navigation

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:

pub get

Then run the build_runner to automatically generate support files:

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages