Why ente photos and ente auth do not use Flutter for all platform but only Mobile? #6318
-
Why ente photos and ente auth do not use Flutter for all platform but only Mobile?As I can see from source code
Are there any pros & cons for these? I'm definitely curious. |
Beta Was this translation helpful? Give feedback.
Answered by
vishnukvmd
Jun 21, 2025
Replies: 2 comments
-
Desktop is our web app wrapped in Electron. Flutter on desktop was unstable when we started building, so we chose to re-package our web app instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YtachY
-
I hate desktop/mobile web apps for several reasons, so that why I'm hesitating to migrate from Apple to Ente. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Desktop is our web app wrapped in Electron.
Flutter on desktop was unstable when we started building, so we chose to re-package our web app instead.