GithubHelp home page GithubHelp logo

seb128 / software Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ubuntu/app-center

0.0 0.0 0.0 9.96 MB

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

License: GNU General Public License v3.0

C++ 1.51% C 0.16% Dart 96.61% CMake 1.72%

software's Introduction

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.

software's People

Contributors

54linux-ea avatar adamszopa avatar albanobattistella avatar bittin avatar charafau avatar cubel89 avatar d-loose avatar defaultx-od avatar eshagh79 avatar feichtmeier avatar fthx avatar guyluz11 avatar hugok79 avatar jkerola avatar jpnurmi avatar jupi007 avatar kenvandine avatar linux-sauna avatar madsrh avatar osomon avatar oyajun avatar seb128 avatar silentwarrior83 avatar sukso96100 avatar weblate avatar whiskeypeak avatar wildangarviandi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.