A simple weather application built using Flutter that provides real-time weather updates for different locations.
- 🌤 Fetch real-time weather data
 - 📍 Get weather updates for your current location
 - 🔍 Search for weather details by city name
 - 🌡 Displays temperature, humidity, wind speed, and other details
 - 🎨 Simple and intuitive UI
 
- Clone this repository:
git clone https://github.com/CrypticEnigmaX/weather_app.git
 - Navigate to the project directory:
cd weather_app - Install dependencies:
flutter pub get
 - Run the app:
flutter run
 
This application is also available as a web app. Check it out here: 🔗 Live Demo
- Flutter
 - Dart
 - OpenWeather API (or any other weather API)
 - GitHub Pages (for web deployment)
 
Feel free to contribute by submitting pull requests or reporting issues!
This project is licensed under the MIT License.