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: 5 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T18:07:07.000Z (about 4 years ago)
- Last Synced: 2024-08-03T19:08:23.642Z (8 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
[](https://flutter.dev/)
[](https://codemagic.io/apps/5f0a404c5b008641d6a223a9/5f0a404c5b008641d6a223a8/latest_build)
[](https://snapcraft.io/linuxstats)# Linux Stats App
A flutter application to monitor your Linux PC statistic.
# Screenshots

# 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.