This repository provides the Linux Desktop application developed for the Industry 4.0 Hackathon included in the 5G National Plan.
This project was implemented in flutter so you will have to download flutter first:
$ git clone https://github.com/flutter/flutter.git -b stable
export PATH="$PATH:`pwd`/flutter/bin"
$ sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev
$ flutter config --enable-linux-desktop
$ flutter channel master
$ flutter pub get
$ flutter run -d linux