/software

Software App for Ubuntu made with Flutter ๐Ÿงก ๐Ÿ’™

Primary LanguageDartGNU General Public License v3.0GPL-3.0

Unofficial Ubuntu Store Flutter - WIP

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

First goals

Optional long term goals

  • flatpak support

Build

Install flutter

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

run

flutter run

or press the run icon in vscode.