widget/macos_move_to_applications_prompt library
Classes
- MacOSMoveToApplicationsPrompt
-
Opt-in wrapper that offers to move a macOS app into
/Applications.
Typedefs
-
MacOSInstallLocationStatusLoader
= Future<
MacOSInstallLocationStatus> Function() - Loads macOS install-location status.
-
MacOSMoveToApplicationsMover
= Future<
void> Function({required bool replaceExisting}) -
Moves the running macOS app to
/Applications.