I have built a basic weather app on flutter in which i took the free api from open weather api .I converted the data in json format to dart model and used http package of flutter to run http.get method to fetch the data from the api and use it dynamically in my App .I also added a search button to search for weather conditions in different places
-
Updated
Dec 20, 2023 - C++