An alternative software store for the Ubuntu Desktop made with Flutter.
- Great UX
- Fast
- Adaptive Layout
- Snap support (https://github.com/canonical/snapd.dart)
- install
- search
- remove
- filter for sections
- refresh
- switch channels
- manage plugs and permissions
- deb support (https://github.com/canonical/packagekit.dart)
- install from file-explorer
- remove
For the firmware updates the flutter linux desktop, yaru-designed application firmware-updater is recommended
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 stable
echo 'export PATH="$PATH:$HOME/development/flutter/bin"' >> ~/.bashrc
source ~/.bashrcflutter run
or press the run icon in vscode.




