This repository provides the Android 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 channel master
$ flutter pub get
$ flutter run
Note: You need to connect your Android device or a virtual Android simulator to test it