A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API.
- Display current weather conditions
- Show 5-day weather forecast
- Search for weather by city name
- Responsive UI for different screen sizes
These instructions will help you set up and run the project on your local machine for development and testing purposes.
Make sure you have the following installed:
- Flutter
- Dart
- An IDE like Visual Studio Code or Android Studio
- Clone the Repository
- Install Dependencies
- Run
git clone https://github.com/your-username/weather_app.git
cd weather_app
flutter pub get
flutter run
Create a file named .env in the root directory of the project and add your OpenWeather API key:
OPENWEATHER_API_KEY=your_api_key_here
If you want to contribute to this project, feel free to fork the repository and submit a pull request. All contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to contact me