auto_updater
                                
                                
                                
                                    auto_updater copied to clipboard
                            
                            
                            
                        This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
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...
Hello, I'm currently trying to run a release build on Parallels with Windows 11 on my M1 and running into the following issue: ``` Launching lib\main.dart on Windows in debug...
Currently the feedURL seems to be dedicated for public site. It doesn't provide auth header and other things to satisfy the requirement of some serverless functions provider
【Windows】Update Error! search update info error,Please confirm your network is ok? please try again
1. main.dart ``` String feedURL = 'http://xxxx.com/appcast.xml'; //replace my url await autoUpdater.setFeedURL(feedURL); await autoUpdater.checkForUpdates(); await autoUpdater.setScheduledCheckInterval(3600); ``` 3. dsa_priv.pen & dsa_pub.pem is ok 4. Runner.rc ``` ///////////////////////////////////////////////////////////////////////////// // // WinSparkle...
flutter run --release。无法启动Sparkle。打包后也没法启动Sparkle。 但是使用 flutter run --debug或者调试模式打包,可以启动Sparkle,并正确完成更新。
Step to reproduce: 1. Check update is avaliable 2. if yes than Install the auto update 3. Once download the update, it automatic goes behind the application Expected Result: Once...
Hello, I would like it to be possible to leave these skip version buttons and remember them later disabled or invisible, the software I am developing is something that will...
Hello, In the method _handleSparkleEvents, the event "update-downloaded" is never called. Can you fix it please ? Thanks
I get the following error when initializing the application on windows: ``` ERROR:flutter/shell/common/shell.cc(1053)] The 'dev.leanflutter.plugins/auto_updater_event' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages...
This PR adds support for sparkle channels. - Adds a new `setAllowedChannels` method to the platform interface - Implements the required native code in the macOS implementation - Updates documentation...