A Flutter app for checking weather forecasts using the OpenWeatherMap API.
- Display current weather conditions for your current location or a specified city.
- Switch between Celsius and Fahrenheit temperature units.
- View sunrise and sunset times.
- Get a 7-day weather forecast.
- Search for weather conditions in different cities.
- Clone this repository.
git clone https://github.com/your-username/flutter-weather-forecast.git
cd flutter-weather-forecast
flutter pub get
flutter run