Skip to content

ubuntu-flutter-community/pulse

Repository files navigation

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 libsecret

sudo apt install libsecret-1-dev

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

Run the app

For the first run or after every flutter clean, the app needs to be started with your API_KEY:

flutter run --dart-define=API_KEY=YOUR_API_KEY_HERE_WITHOUT_QUOTES

any other times you can use

flutter run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published