seb128 / software

Software App for Ubuntu made with Flutter 🧑 πŸ’™

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu Software

codecov Translation status

An alternative software store for the Ubuntu Desktop made with Flutter.

Snap Store Badge

Test Ubuntu Software in the preview/edge channel of the snap-store snap

1 2 3 4 5

Goals

Firmware updater

For the firmware updates the flutter linux desktop, yaru-designed application firmware-updater is recommended

Build

Install flutter

Either with

sudo snap install flutter --classic

Or with

sudo apt 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

OR a one-liner top copy & paste - CAUTION: it won't stop after you entered your password :)

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

flutter run

or press the run icon in vscode.

Contributing

See our contributor guidelines.

License

This application is licensed under the GNU General Public License version 3.

About

Software App for Ubuntu made with Flutter 🧑 πŸ’™

License:GNU General Public License v3.0


Languages

Language:Dart 96.6%Language:CMake 1.7%Language:C++ 1.5%Language:C 0.2%