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

https://github.com/cod-e-codes/weather-app

A Flutter app providing real-time weather updates, 7-day forecasts, and dynamic backgrounds. Features include city search, location-based updates, and smooth animations.
https://github.com/cod-e-codes/weather-app

dart dynamic-ui flutter flutter-animations forecast gps real-time-weather weather-app

Last synced: 10 months ago
JSON representation

A Flutter app providing real-time weather updates, 7-day forecasts, and dynamic backgrounds. Features include city search, location-based updates, and smooth animations.

Awesome Lists containing this project

README

          

# Flutter Weather App

This Flutter Weather App provides real-time weather updates and 7-day forecasts based on the user's current location or a searched city.

Developed by **CodēCodes**
Portfolio: [CodēCodes Portfolio](https://www.cod-e-codes.com/)
GitHub: [CodēCodes GitHub](https://github.com/Cod-e-Codes)

## Features
- Real-time weather updates
- 7-day weather forecasts
- Dynamic background gradients based on time of day (day/night)
- Toggle between °C and °F
- Location-based weather updates using GPS
- Search weather by city
- Smooth animations for temperature and forecast changes

## Installation
1. Clone this repository:
```bash
git clone https://github.com/Cod-e-Codes/flutter-weather-app.git
```
2. Navigate to the project directory:
```bash
cd flutter-weather-app
```
3. Install dependencies:
```bash
flutter pub get
```
4. Run the app:
```bash
flutter run
```

## Screenshots

Below is a screenshot of the app in action:

App Screenshot

## License
This project is licensed under the MIT License. See the LICENSE file for more details.

---

Developed with ❤️ by CodēCodes