kirasok / weather_forecast

An app that shows weather forecast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An app that shows the current weather, 1-hour detailed weather forecast for 48 hours and 1-day detailed for 7 days.

  • Supports different units
  • Organises data in charts
  • Supports light/dark themes
  • Uses OpenWeatherMap as data provider

Get OpenWeatherMap API key

Warning

This app supports only v2.5 of OneCall API
OpenWeatherMap doesn't allow new accounts to use v2.5 of OneCall API

This app uses OpenWeatherMap API so you need it's key.
Follow this steps if you don't have one:

  1. Sign up in OpenWeatherMap
  2. You will find API Key in a confirmation email or you can go to account page.
  3. You can enter API key on first start or in settings.

Build

Android

Follow steps to sign your app

Linux CLI

Run:

git clone https://github.com/kirasok/weather_forecast.git
cd weather_forecast
flutter pub get
flutter build apk --obfuscate --split-debug-info=split_debug_info

Now you can get apk in build/app/outputs/flutter-apk/app-release.apk

License

Source code available under GNU GENERAL PUBLIC LICENSE.

About

An app that shows weather forecast

License:GNU General Public License v3.0


Languages

Language:Dart 52.4%Language:C++ 22.7%Language:CMake 18.0%Language:HTML 3.4%Language:Swift 2.1%Language:C 1.3%Language:Kotlin 0.1%Language:Objective-C 0.0%