Weather App is a Flutter application that displays weather forecast data using the OpenWeatherMap API.
- Display current weather conditions including temperature, sky condition, pressure, wind speed, and humidity.
- Show hourly forecast for the next 5 hours.
- Additional information section displaying humidity, wind speed, and pressure.
To get started with the Weather App, follow these steps:
- Clone this repository.
- Get an API key from OpenWeatherMap and replace
YOUR_API_KEY
insecret.dart
with your actual API key. - Run the app using Flutter:
- flutter
- http: ^0.13.3
- intl: ^0.17.0
- cupertino_icons: ^1.0.6
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.