A Flutter app for status monitoring designed for IoT devices (such as the Amazon Echo Show).
Download the latest compiled version of the app from the releases tab
This GitHub repo contains only the source code for the Echo-Status app, the remaining files must be generated by Flutter.
flutter create . --project-name echo_status
flutter pub get
flutter pub run build_runner build
To build the APK, run:
flutter build apk --release
This will output a .apk file in the build/app/outputs/flutter-apk/ directory. You can copy this .apk file onto your Android-compatible IoT device.
This software is licensed under the LGPL-2.1 license.
Thanks to pom the GUI design.