A simple Flutter application that displays the current weather conditions for a specific location using a weather API. The app fetches real-time weather data (temperature, humidity, wind speed, and description) and presents it in a clean and user-friendly UI.
-
Get weather details for a specific location
-
Shows temperature, humidity, and wind speed
-
Displays weather condition (clear, cloudy, rainy, etc.)
-
Refresh to get the latest data from API
-
Responsive and minimal Flutter UI
-
Flutter (Dart) for cross-platform development
-
Weather API to fetch live weather data
-
HTTP package for API calls


