A clean and minimal Flutter project to display real-time weather updates based on user location.
The Weather App is a Flutter-based application that provides current weather details such as temperature, humidity, and weather conditions using a simple and elegant UI.
- ⛅ Real-time weather information
- 📍 Location-based weather fetching
- 🌐 Fetch data from online API
- 🧭 Responsive and intuitive UI
If you're new to Flutter, here are some helpful resources:
To run this project locally:
# Clone the repo
git clone https://github.com/your-username/weather_app.git
# Navigate into the project directory
cd weather_app
# Install dependencies
flutter pub get
# Run the app
flutter run