launch_at_startup 0.3.0 launch_at_startup: ^0.3.0 copied to clipboard
This plugin allows Flutter desktop apps to Auto launch on startup / login.
0.3.0 #
- [windows] Add MSIX app support
- [windows] fix: detect disabled/enabled register (#26)
- [macos] macOS support API change to allow App Sandbox mode #27
0.2.2 #
- add startup args for linux (#19)
0.2.1 #
- feat: add interactive process type to MacOS #16
0.2.0 #
- fix: web compile error #14
0.1.9 #
- bump win32_registry to 1.0.2 #12
0.1.8 #
- [windows] Fix incorrect setting/checking of registry value #10
0.1.7 #
- [windows] Replace
win32
withwin32_registry
0.1.6 #
- [windows] fix: use correct max length of registry key #
0.1.5 #
- [linux] Fixed wrong app name when writing .desktop file. #4
0.1.4 #
pubspec.yaml
adds platforms field.
0.1.3 #
- #3 Fix No such file or directory error.
0.1.2 #
- #2 Fixed build web error.
0.1.1 #
- Supported
linux
platform.
0.1.0 #
- First release.