Results 3 issues of CodeCook

autoUpdater.checkForUpdates(inBackground: false); 使用false时,在开发模式下启动应用程序会提示程序更新 。 ![image](https://github.com/leanflutter/auto_updater/assets/4578080/3c8e37f7-a737-4779-95d7-fbc6b5e06ecd) 但是如果使用inBackground: true, 程序就不会有任何提示。 这是为何?