/weather

Primary LanguageDartMozilla Public License 2.0MPL-2.0

Weather

Weather APP for Linux, Android, iOS and Windows - WIP

screenshot_dark_linux

Build

Install Flutter

Windows

Official Flutter Windows installation instructions by Google

MacOS

Official Flutter MacOS installation instructions by Google

Ubuntu

Copy & paste this into your terminal, press enter, then enter your password and wait:

sudo apt -y install git curl cmake meson make clang libgtk-3-dev pkg-config && mkdir -p ~/development && cd ~/development && git clone https://github.com/flutter/flutter.git -b stable && echo 'export PATH="$PATH:$HOME/development/flutter/bin"' >> ~/.bashrc && source ~/.bashrc

Api Key

Requires an api key from openweathermap which you need to create yourself (free tier) in your own account. If you did, create the file apikey.json under /assets/ and add your api key as the value of the property apiKey.

{
    "apiKey": "YOUR_API_KEY_HERE"
}