miguelpruivo / flutter_file_picker

File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.
MIT License
1.35k stars 675 forks source link

Can't multiple select when type: FileType.audio #1557

Closed yunchiri closed 3 months ago

yunchiri commented 4 months ago
                    FilePickerResult? result = await FilePicker.platform
                        .pickFiles(allowMultiple: true, type: FileType.audio);

only one sound file can pick

image

                    FilePickerResult? result = await FilePicker.platform
                        .pickFiles( type: FileType.audio);

choose audio("오디오") then select multiple sould file

image

how can I select multiple only audio files?

file_picker: ^8.0.6

Thanks for greate package

flutter doctor -v

[√] Flutter (Channel stable, 3.22.2, on Microsoft Windows [Version 10.0.22631.3880], locale ko-KR) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [√] Chrome - develop for the web [√] Visual Studio - develop Windows apps (Visual Studio Community 2019 16.11.17) [√] Android Studio (version 3.6) [!] Android Studio (version 2022.3) X Unable to determine bundled Java version. [√] Android Studio (version 2023.3) [√] VS Code (version 1.91.1) [√] Connected device (5 available) [√] Network resources

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] commented 3 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.