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 673 forks source link

iOS , When FileType.audio, Can't Close audio select screen #1591

Closed yunchiri closed 1 month ago

yunchiri commented 2 months ago

Describe the bug

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

Aafter showing popup audio select screen

problem is Can't Close Button in ios

Platform

Platform OS version ios

How are you picking?

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

Details to reproduce the issue Provide all the details to reproduce the issue.

Error Log Please, post the full console log of your issue, if applicable.

Screenshots and/or video

KakaoTalk_20240907_122605405

"취소" = "Cancle"

tap button , not working anything so can't close this window

Flutter Version details

[√] Flutter (Channel stable, 3.24.1, on Microsoft Windows [Version 10.0.22631.4037], 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.93.0) [√] Connected device (4 available) [√] Network resources

Additional context

https://github.com/miguelpruivo/flutter_file_picker/issues/1557
also not working

I think solution is FileType.custom and add [ audio file extentions ] but I need help best way choose multiple audios using this package

github-actions[bot] commented 2 months ago

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

github-actions[bot] commented 1 month ago

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