https://github.com/arghya-1121/justweather
This is just a basic weather app that respects your privacy!
https://github.com/arghya-1121/justweather
android-app android-application flutter flutter-apps flutter-examples rest-api weather-app
Last synced: 3 months ago
JSON representation
This is just a basic weather app that respects your privacy!
- Host: GitHub
- URL: https://github.com/arghya-1121/justweather
- Owner: Arghya-1121
- Created: 2025-02-26T11:22:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T23:56:30.000Z (over 1 year ago)
- Last Synced: 2025-04-04T04:18:22.260Z (over 1 year ago)
- Topics: android-app, android-application, flutter, flutter-apps, flutter-examples, rest-api, weather-app
- Language: Dart
- Homepage:
- Size: 12.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JustWeather

A minimal yet powerful weather app built with Flutter. JustWeather provides real-time weather updates, current location support, and easy location management.
## Features
- 🌦 **Real-Time Weather** - Get the latest weather updates for any location.
- 📍 **Current Location Support** - Automatically fetch weather for your location.
- 📌 **Multiple Locations** - Add and manage multiple locations.
- 🔄 **Pull to Refresh** - Quickly refresh weather data.
- 🎨 **Smooth UI** - Simple and elegant user interface.
- ⚡ **Fast & Lightweight** - Optimized for performance.
## Screenshots
| Home Page | Locations Page |
|------------|---------------|
|  |  |
## Installation
1. **Clone the Repository**
```bash
git clone https://github.com/Arghya-1121/JustWeather.git
cd JustWeather
```
2. **Install Dependencies**
```bash
flutter pub get
```
3. **Run the App**
```bash
flutter run
```
## Setup
- **API Key**: Update `fetch_data.dart` with your OpenWeather API key.
- **Permissions**: Ensure location permissions are granted for current location features.
## Technologies Used
- **Flutter** - Frontend framework
- **Dart** - Programming language
- **OpenWeather API** - Weather data provider
## Contribution
Feel free to contribute by creating issues or pull requests. If you find a bug or want to suggest a feature, open an issue!
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Made with ❤️ by [Arghya Sarkar](https://github.com/Arghya-1121)