Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggestion] make lockParentWindow work on MacOS #1674

Open
stephane-archer opened this issue Jan 8, 2025 · 0 comments
Open

[suggestion] make lockParentWindow work on MacOS #1674

stephane-archer opened this issue Jan 8, 2025 · 0 comments
Labels
suggestion New feature or request

Comments

@stephane-archer
Copy link
Collaborator

stephane-archer commented Jan 8, 2025

  /// If [lockParentWindow] is set, the child window (file picker window) will
  /// stay in front of the Flutter window until it is closed (like a modal
  /// window). This parameter works only on Windows desktop.
  Future<String?> saveFile({
    String? dialogTitle,
    String? fileName,
    String? initialDirectory,
    FileType type = FileType.any,
    List<String>? allowedExtensions,
    Uint8List? bytes,
    bool lockParentWindow = false,
  }) async =>
@stephane-archer stephane-archer added the suggestion New feature or request label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant