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
- Host: GitHub
- URL: https://github.com/anandnet/weathero
- Owner: anandnet
- License: mit
- Created: 2020-10-08T02:32:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T08:38:51.000Z (over 4 years ago)
- Last Synced: 2025-01-07T15:11:06.690Z (6 months ago)
- Topics: dart, flutter, flutter-weather-app, weather-app
- Language: Dart
- Homepage:
- Size: 9.91 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeatherO
![]()
App to view Weather forcast.

#### 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`