leanflutter / auto_updater

This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
MIT License
278 stars 38 forks source link

Pop-up options #46

Open TahaMsv opened 1 year ago

TahaMsv commented 1 year ago

Hi. I have some questions: 1- Can the user be forced to update and install the latest available version? (If he does not update, he will not be able to run the program) 2- I want to show the software update pop-up when needed. (if not needed, don't show it). How can I do this? 3- How can I customize the pop-up?