Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Malte2036/flutter_linuxstats
A flutter application to monitor your Linux PC statistic.
https://github.com/Malte2036/flutter_linuxstats
android flutter linux
Last synced: about 2 months ago
JSON representation
A flutter application to monitor your Linux PC statistic.
- Host: GitHub
- URL: https://github.com/Malte2036/flutter_linuxstats
- Owner: Malte2036
- Created: 2020-07-11T09:57:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T18:07:07.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T19:08:23.642Z (5 months ago)
- Topics: android, flutter, linux
- Language: Dart
- Homepage:
- Size: 5.72 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flutter-linux - Linux Stats App - A flutter application to monitor your Linux PC statistic. (Projects)
README
[![Made with Flutter](https://img.shields.io/badge/Made%20with-Flutter-%2345D1FE)](https://flutter.dev/)
[![Codemagic build status](https://api.codemagic.io/apps/5f0a404c5b008641d6a223a9/5f0a404c5b008641d6a223a8/status_badge.svg)](https://codemagic.io/apps/5f0a404c5b008641d6a223a9/5f0a404c5b008641d6a223a8/latest_build)
[![linuxstats](https://snapcraft.io//linuxstats/badge.svg)](https://snapcraft.io/linuxstats)# Linux Stats App
A flutter application to monitor your Linux PC statistic.
# Screenshots
![Screenshot1](screenshots/Screenshot1.png?raw=true)
![Screenshot2](screenshots/Screenshot2.png?raw=true)# Installation
Download or clone the repository:
```console
$ git clone https://github.com/Malte2036/flutter_linuxstats.git
```Install all needed python dependencies, listed in the [dependencies.txt](./scripts/dependencies.txt):
```console
$ pip install -r scripts/dependencies.txt
```Run the python server script:
```console
$ python scripts/server_listener.py
```Run the linux or android client, by downloading the android application from the [google play store](https://play.google.com/store/apps/details?id=de.malte2036.linuxstats) or the [linux snapcraft](https://snapcraft.io/linuxstats) package.