launch_at_startup
launch_at_startup copied to clipboard
This plugin allows Flutter desktop apps to Auto launch on startup / login.
[Feat Request] Android support
Depending whether app was started by the user or autostart I would like either open GUI or minimize the app. Is there any way to programmatically detect that? Partially related...
macOS support API now uses the "LaunchAtLogin" Swift package, thereby allowing App Sandbox mode to be enabled for publishing. BREAKING CHANGES: - Additional code needs to be added to the...
Currently, this plugin won't detect if the autostart is truly enabled. To do that correctly the [startup approved register](https://renenyffenegger.ch/notes/Windows/registry/tree/HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/StartupApproved/Run/index) should also be checked. The odd first byte of this register...
The issue is when I enable launch at startup for my app which is installed using MSIX, literally nothing happens. I found a workaround, which is running a batch /...
I would to change icon for "Allow in Background" on MacOS. currently my application already can "Allow in Background" working on Windows and also on MacOS. but I've problem with...
------- STACK TRACE ------- #0 RegistryKey.createValue (package:win32_registry/src/registry_key.dart:73) #1 AppAutoLauncherImplWindows.enable (package:launch_at_startup/src/app_auto_launcher_impl_windows.dart:31) #2 LaunchAtStartup.enable (package:launch_at_startup/src/launch_at_startup.dart:47)
HI, launch_at_startup is not working on kde neon 5.26 (ubuntu) on auto login (https://www.simplified.guide/kde/automatic-login) it works after logout and login, but App name is entered in Autostart settings,
调用launchAtStartup.enable()接口报 "0x80070002: 系统找不到指定的文件" 错误