A simple Weather App created using Flutter and Dart and using API from OpenWeatherMap.
- Weather forecast for 7 days
- Hourly weather forecast
- Detailed weather forecast info
- Clone the repo
git clone https://github.com/freerunningpanda/weather_app.git
- Install all the packages by typing the following command
flutter pub get
- Run the App