-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFE] Self-hosted, PWA and windows builds #116
Comments
I was trying the app out, just some feedback
maybe I could get used to it. (I am used to https://github.com/kromitgmbh/titra/) |
hgkamath
changed the title
[RFE] windows build
[RFE] Self-hosted, PWA app and windows builds
Jun 8, 2023
hgkamath
changed the title
[RFE] Self-hosted, PWA app and windows builds
[RFE] Self-hosted, PWA and windows builds
Jun 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a flutter/dart app this should not be too hard.
and one shouldn't expect users to make the build themselves.
Some users prefer an app, that runs on multiple devices/OS with distributed ready to run builds
That's the whole selling point of dart/flutter.
PWA/Linux/Win/Mac/Android/IOS/self-hosted
A scoop manifest for automated updates is also desirable.
A PWA can eliminate the need to install a app locally onto a device. The PWA runs in the browser. By default saves data to browser-appdata. Optionally one should be able to save to cloud storage.
Selfhostability allows the PWA to be made available by a local instance of a https server.
ps. thanks to developers for making this app.
Having seconds thoughts on windows build:
if that is the case, I see why the desktop-app is pointless.
The text was updated successfully, but these errors were encountered: