https://github.com/himmat12/weather_app
simple weather app which shows weather info of specified locations by consuming weatherapi data |
https://github.com/himmat12/weather_app
dart flutter flutter-tests getx mvc-architecture weather weather-app
Last synced: 22 days ago
JSON representation
simple weather app which shows weather info of specified locations by consuming weatherapi data |
- Host: GitHub
- URL: https://github.com/himmat12/weather_app
- Owner: himmat12
- License: mit
- Created: 2022-02-24T09:54:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T13:33:13.000Z (about 4 years ago)
- Last Synced: 2025-03-29T10:46:33.501Z (about 1 year ago)
- Topics: dart, flutter, flutter-tests, getx, mvc-architecture, weather, weather-app
- Language: Dart
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## weather_app
> A simple weather app which shows weather info of specified locations by consuming weatherapi data.
### Screenshots

### Getting Started
#### [Setup Flutter](https://flutter.dev/docs/get-started/install)
#### 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
- [Weather API](https://www.weatherapi.com/)