Please just put your Openweatherapi key in detailscreen.dart file and the project will work perfectly.
A new Flutter project.A simple weather app built with Flutter. Enter a city name on the Home Screen to see the weather details on the Detail Screen.
- Search weather by city name
- Display current weather information
- Home Screen: Enter a city name.
- Detail Screen: View the weather details.
In this project, I've used OpenWeatherMap Api to achieve the details of weather. You just have to enter city name in the textfield and click on search it will navigates you to the weather detail screen.