An open API service indexing awesome lists of open source software.

https://github.com/bikramai/weather-app

A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API. Features Display current weather conditions Show 5-day weather forecast Search for weather by city name Responsive UI for different screen sizes
https://github.com/bikramai/weather-app

dirt flutter

Last synced: 3 months ago
JSON representation

A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API. Features Display current weather conditions Show 5-day weather forecast Search for weather by city name Responsive UI for different screen sizes

Awesome Lists containing this project

README

        

# Weather App

A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API.

## Features

- Display current weather conditions
- Show 5-day weather forecast
- Search for weather by city name
- Responsive UI for different screen sizes

## Getting Started

These instructions will help you set up and run the project on your local machine for development and testing purposes.

### Prerequisites

Make sure you have the following installed:

- [Flutter](https://flutter.dev/docs/get-started/install)
- [Dart](https://dart.dev/get-dart)
- An IDE like [Visual Studio Code](https://code.visualstudio.com/) or [Android Studio](https://developer.android.com/studio)

### Installation

1. **Clone the Repository**
2. **Install Dependencies**
3. **Run**

```bash
git clone https://github.com/your-username/weather_app.git
cd weather_app
flutter pub get
flutter run
```

### Set Up OpenWeather API Key
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
```

### Contributing
If you want to contribute to this project, feel free to fork the repository and submit a pull request. All contributions are welcome!

### License
This project is licensed under the MIT License - see the LICENSE file for details.

### Contact
If you have any questions or suggestions, feel free to contact me