go-flutter-desktop / go-flutter

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
https://hover.build/
BSD 3-Clause "New" or "Revised" License
5.86k stars 282 forks source link

Auto-Updating app like discord or telegram desktops #675

Open Lazizbek97 opened 2 years ago

Lazizbek97 commented 2 years ago

Is your feature request related to a problem?

I think it's feature...

A clear and concise description of what the problem is. After I distribute the app to clients, of course, I would want to add some new features or fix some bugs. At that time, I have to send newly released versions of the app to clients in dmg or in exe file types. But it's really frustrating for me and my clients.

Describe the feature you'd like

So I want to add auto-updating whenever the app starts like discord or telegram desktop apps. How can I implement it? Does your app support such a feature? if not, could you please implement it? so that i can learn it and copy it to my own desktop apps ). I have been searching for a solution to this problem for months... That would be great if you can help me and people who are facing the same problems.