|
10 months ago | |
---|---|---|
android | 10 months ago | |
assets/images | 10 months ago | |
lib | 10 months ago | |
linux | 10 months ago | |
test | 10 months ago | |
.gitignore | 10 months ago | |
LICENSE | 10 months ago | |
README.md | 10 months ago | |
Screenshot.gif | 10 months ago | |
analysis_options.yaml | 10 months ago | |
pi_dashboard.iml | 10 months ago | |
proxmox-dash.service | 10 months ago | |
pubspec.yaml | 10 months ago |
README.md
proxmox-dashboard
A very minimal dashboard to display on my Raspberry Pi using flutter-pi.
Building
Just as any other flutter project build it using
flutter build linux
Currently, only linux is supported because that's what I am building on and targetting.
Running the app can be done via
flutter run
Deploying
To run the app on the raspberrypi boot it into CLI and follow the instructions from flutter-pi.
Copy the build over to the pi and start it using:
flutter-pi <path-to-flutter-package>