An open API service indexing awesome lists of open source software.

https://github.com/anandnet/weathero

Android app for weather forcast
https://github.com/anandnet/weathero

dart flutter flutter-weather-app weather-app

Last synced: 4 months ago
JSON representation

Android app for weather forcast

Awesome Lists containing this project

README

        

# WeatherO

Flutter Dart

App to view Weather forcast.

![1](demo/demo2.gif)

#### Technology:
* Flutter 1.22.1

#### Packages Used:
* http
* provider
* sqflite
* location
* shared_preferences

#### State Management:
* Provider

#### Icons:

Created by myself found [here](https://www.figma.com/file/sFsu5UFcTulbk0Fzf8CtJH/Weather-3d-icon)

#### Api Used:
* [OneWeathermap Api](https://openweathermap.org/api) for weather
* [Binglocation Api](https://docs.microsoft.com/en-us/bingmaps/rest-services/locations/find-a-location-by-query) for place search and details

#### Build Your own:
* [Install flutter](https://flutter.dev/docs/get-started/install) in case if you don't have
* Open the terminal or cmd Clone this repository: `git clone https://github.com/anandnet/WeatherO.git`
* go to dir WeatherO `cd WeatherO`
* paste the keys of [OneWeathermap Api](https://openweathermap.org/api) and [Binglocation Api](https://docs.microsoft.com/en-us/bingmaps/rest-services/locations/find-a-location-by-query) in the [file](/lib/provider/data_provider.dart
) at line no 15,16.
* And run: `flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi`
* apk will be found at `/build/app/outputs/apk/release`