My Weather App is a Flutter-based application that provides real-time weather updates from the OpenWeatherMap API and displays the temperature and location name on the screen
- Current Weather information
- Temperature display in Celsius and Fahrenheit
- Clean and modern UI
- Flutter 3.24.3 • channel stable • https://github.com/flutter/flutter.git
- Dart 3.5.3 • DevTools 2.37.3
- An API key from OpenWeatherMap https://openweathermap.org/api
- Compatible IDE (e.g., Android Studio, VS Code)
- Clone the repository:
git clone `https://github.com/WojuadeAA/my_weather_app.git`
```
2. Navigate to the project directory:
```bash
cd my_weather_app
```
3. Create a `.env` file in the root directory and add your OpenWeatherMap API key:
```plaintext
API_KEY=your_api_key_here
```
3. Install dependencies:
```bash
flutter pub get
```
### Running the App
1. Connect a device or start an emulator.
2. Run the app:
```bash
flutter run
```