Desktop builds
It would be really nice if there were desktop builds (for Linux/Windows/macOS) of this app since I could not find any good Untis desktop client yet and it should be relatively simple to build this for desktop since it is a Flutter app.
Agreed, this would definitely be a great addition to this app.
I will look into compiling this for Linux. For Windows and macOS, I do not have the hardware to test or for MacOS even compile the App, but if anyone wants to take it on, go for it :)
@Lasslos Oops, looks like I accidentally closed the issue. It would be nice if you reopened it. :)
I own a Mac Pro with macOS and Windows partitions, so I could try building it on there, but I have as good as no experience with either Dart or Flutter. Having Linux builds would be great already, especially if they'd be published on Flathub. Arm64 builds would even allow using the app on Linux phones (and obviously other arm computers as well)
I tried building the app for desktop (Linux) with my basically nonexistent Flutter knowledge but failed pretty quickly. Did you work on this yet?
No, I haven't done that yet, as I myself need to set up a new flutter installation etc... I'll message you if I get to it.
I just upgraded the project to support the newer versions of flutter, you might be able to compile it for linux now. See the docs: https://docs.flutter.dev/platform-integration/desktop#add-desktop-support-to-an-existing-flutter-app
Also, I updated the README to include the command to generate the code, as this project uses code generation.
I just added the branch desktop. Feel free to clone it and play around with it, I couldn't easily get it to work so I won't be continuing with this path. However, I think with some tinkering you will be getting results :)