ubuntu-flutter-community / pulse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulse - Weather app for the Linux Desktop

Get it from the Snap Store

screenshot_dark_linux

Api Key

Requires an api key from openweathermap which you need to create yourself (free tier) in your own account.

Build

Install Flutter

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

About

License:GNU General Public License v3.0


Languages

Language:Dart 79.5%Language:CMake 9.7%Language:C++ 6.2%Language:Swift 1.8%Language:Ruby 1.8%Language:C 0.9%