App to view Weather forcast.
- Flutter 1.22.1
- http
- provider
- sqflite
- location
- shared_preferences
- Provider
Created by myself found here
- OneWeathermap Api for weather
- Binglocation Api for place search and details
- Install flutter 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 and Binglocation Api in the file 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