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.
- Host: GitHub
- URL: https://github.com/cod-e-codes/weather-app
- Owner: Cod-e-Codes
- Created: 2024-11-27T20:51:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T20:53:45.000Z (about 1 year ago)
- Last Synced: 2025-01-04T20:42:36.038Z (12 months ago)
- Topics: dart, dynamic-ui, flutter, flutter-animations, forecast, gps, real-time-weather, weather-app
- Language: Dart
- Homepage: https://github.com/Cod-e-Codes/weather-app
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

## License
This project is licensed under the MIT License. See the LICENSE file for more details.
---
Developed with ❤️ by CodēCodes