Skip to content

FilePicker opens file picker instead of media picker on Android #1913

@botalov

Description

@botalov

Describe the bug
I am experiencing an issue with the file_picker package 10.3.6 on Android. When I attempt to open a media picker using the FileType.media option, it instead opens a regular file picker. In version 10.2.2, this functionality worked correctly.

Platform

  • Android

Platform OS version
16

How are you picking?

FilePickerResult? fp = await FilePicker.platform.pickFiles(
  type: FileType.media,
  allowMultiple: true,
);

Expected Behavior:
The file picker should open a media picker that allows users to select media files, such as images and videos.

Actual Behavior:
The file picker opens a regular file picker instead of a media picker.

Steps to Reproduce:
Use the provided code on an Android device running version 16.
Observe that the picker that opens is not specifically for media files.

Flutter Version details
Flutter (Channel stable, 3.38.0, on macOS 26.0.1 25A362 darwin-arm64, locale ru-RU) [579ms]
• Flutter version 3.38.0 on channel stable at /Users/nikitabotalov/devs/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision a0e9b9dbf7 (6 days ago), 2025-11-11 15:00:09 -0600
• Engine revision cb467e31a5
• Dart version 3.10.0 (build 3.10.0-290.4.beta)
• DevTools version 2.51.1
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets, omit-legacy-version-file, enable-lldb-debugging

2025-11-18.11.11.08.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    new issueAn issue that hasn't yet been seen from the maintainer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions