View Project
Weather App is give information of weather of live location using the api of open weather api .It buld using flutter.Fetch weather data using the OpenWeatherMap API or any other free weather API.
Two screens:
Home Screen:
Search bar for entering a city name.
Button to trigger weather search.
Loading indicator during data fetching.
Weather Details Screen:
Display city name, current temperature (in Celsius), weather condition (e.g., cloudy, sunny, rainy), an icon representing the weather, humidity percentage, and wind speed.
Proper error handling for API requests with user-friendly messages.
Use state management (e.g., setState, Provider) for app state.
Responsive design for mobile and tablet devices.
“Refresh” button to update weather data.
Data persistence to save the last searched city.
Built with