A simple weather app which shows weather info of specified locations by consuming weatherapi data.
$ git clone https://github.com/himmat12/weather_app.git
$ cd weather_app
$ flutter pub get
$ flutter run
- User can search location specific weather information.
- Search with place name query.
- Search with ge0-coordinates(lat,long).