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

Any Idea on Exposing Other APIs like Custom check Interval and Check without UI ? #27

Open canewsin opened 2 years ago

canewsin commented 2 years ago

I see various useful methods available in winsparkle.h like

win_sparkle_set_update_check_interval win_sparkle_get_last_check_time win_sparkle_check_update_without_ui

Which are pretty much useful to set custom values.

thanhhuy0611 commented 1 year ago

I use autoUpdater.checkForUpdates(inBackground: false); but seem it doesn't work. There is nothing when I open the outdate app. But autoUpdater.checkForUpdates(inBackground: true); work well.