Skip to content

VinayakHinduja/Climate-Cast

Repository files navigation

Climate Cast

A simple weather app for as a personal project. Climate Caste app gets full weather details of your current location such as current weather temperature, you can search weather of any city by simply typing out the name of that city.


Screenshots

Main Screen Second Screen

Dependencies


Deployment

Clone the project

git clone https://github.com/VinayakHinduja/climate_cast.git

Go to the project directory

cd climate_cast

Run Locally

Install dependencies

flutter pub get
flutter run

How to get API keys

Step 1:

Go to this side https://openweathermap.org/ and create account.

Step 2:

Check mail. and API keys was available in mail.

Step 3:

Add this API keys in lib/const.dart file.