A weather app utilising https://www.weatherapi.com/ and Places API from Google Gloud to display weather details and forecast.
Try the APK: https://drive.google.com/file/d/1X_foZnsmCBfIfspP9gLeFUqkU_eTYEAX/view?usp=sharing
Make an account on https://www.weatherapi.com/ and get the API key. Similary get the API key from you Google Cloud Account (Note: Enable the following APIs on Google cloud : Places API, Geocoding API and Geolocating API)
Make an .env file in the root of your project. And paste both keys there, like this:
API_KEY = "" (WeatherAPI key) GOOGLE_API_KEY = "" (Google Cloud API Key)
Save, compile and run the project.