Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 873 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 873 Bytes

weather_app

A simple weather app which shows weather info of specified locations by consuming weatherapi data.

Screenshots

ezgif-4-6c772d230a

Getting Started

Clone the repo

$ git clone https://github.com/himmat12/weather_app.git
$ cd weather_app

Get flutter dependencies

$ flutter pub get

Run the app

 $ flutter run

Features

  • User can search location specific weather information.
  • Search with place name query.
  • Search with ge0-coordinates(lat,long).

Resources