dialogs only reliably appear when your Flutter window is active. If you want to reach the user while hidden, you’ll need macOS notifications + a queue to show the dialog once visible again.