A simple Flutter application that provides live weather updates for cities using real-time weather API data.
- 🌍 Get current weather by city name
- 🌡️ Shows temperature, condition, and weather icon
- 📱 Clean, responsive UI for mobile
- 🔁 Refresh to get updated weather info
- 🔷 Flutter (Dart)
- 🌐 Weather API (e.g., OpenWeatherMap)
- 📱 Android, iOS, Web, Windows, Linux, macOS supported
flutter pub get
flutter runYou can run it on emulator, physical device, or web.
weather_app/
├── lib/ # Dart code (UI + logic)
├── images/ # Weather icons or assets
├── android/ios/web/ # Platform-specific support
├── pubspec.yaml # Dependencies
└── README.md
Vishal V Nair
📫 GitHub: @vishalvnair124
🔐 Note: Add your own Weather API key in the code (e.g.,
apiKey = "your_key_here") before running.