A Flutter weather application that allows users to search for cities and view real-time weather information using the OpenWeatherMap REST API.
Features:
• Search weather by city name
• Real-time weather data via OpenWeatherMap API
• Saves last searched city using SharedPreferences
• Displays humidity, wind speed, and feels-like temperature
• Clean and responsive UI