Thanks to visit codestin.com
Credit goes to github.com

Skip to content

clobrano-forks/software

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Ubuntu Store Flutter - WIP

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

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

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 ~/.bashrc

run

flutter run

or press the run icon in vscode.

About

Software App for Ubuntu made with Flutter 🧡 💙

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 89.2%
  • CMake 6.2%
  • C++ 4.0%
  • C 0.6%