haider-nawaz / weather_app

Weather App (Made in Flutter)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App (Made in Flutter)

A weather app utilising https://www.weatherapi.com/ and Places API from Google Gloud to display weather details and forecast.

screenshots

Try the APK: https://drive.google.com/file/d/1X_foZnsmCBfIfspP9gLeFUqkU_eTYEAX/view?usp=sharing

Follow the steps to run the flutter code in your machine.

Step 1:

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)

Step 2:

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)

Last Step:

Save, compile and run the project.

About

Weather App (Made in Flutter)


Languages

Language:Dart 33.5%Language:C++ 30.3%Language:CMake 25.4%Language:Ruby 3.7%Language:Swift 2.7%Language:HTML 2.4%Language:C 1.9%Language:Kotlin 0.2%Language:Objective-C 0.0%