This Flutter app displays the current and forecast weather information for a specific location. It uses the OpenWeatherMap API to fetch the weather data and displays it in a user-friendly format.
To run this app, follow the steps below:
- Ensure you have Flutter installed on your machine.
- Clone the repository or download the source code files.
- Open the project in your preferred Flutter development environment.
- Obtain an API key from OpenWeatherMap
- Visit the OpenWeatherMap website and create an account or log in to your existing account.
- Navigate to the API keys section and generate a new API key.
- Copy the generated API key.
- In the env_variables.dart file, replace the placeholder YOUR_API_KEY with your actual API key obtained from OpenWeatherMap.
- Save the env_variables.dart file.
- Run the app on an emulator or a physical device.