Skip to content

file picker not focused automatically after open #1252

@jwang0512

Description

@jwang0512

Describe the bug
file picker not focused automatically. the focus is still on the application window

Platform
MacOS

Platform OS version
12.6

How are you picking?

    FilePickerResult? result = await FilePicker.platform.pickFiles(
      dialogTitle: 'Select your file:',
      type: FileType.custom,
      allowedExtensions: ["abc"],
    );

Flutter Version details
3.7.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    desktopThe issue applies to Windows, Linux or MacOS implementations.question

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions