This Flutter project is a weather application that retrieves weather data from OpenWeatherAPI and displays it to the user.
- Fetches current weather data based on the City.
- Displays weather details such as temperature, humidity, wind speed, and weather conditions.
- Provides a user-friendly interface to view weather information.
- Flutter installed on your machine. If not, follow the Flutter installation guide: Flutter Installation Guide.
- OpenWeatherAPI key. Sign up for an account at OpenWeatherAPI to get your API key.
-
Clone the repository
git clone <repository-url> cd flutter_weather_app/