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
[ ] Android
[x] iOS
[ ] Web
[ ] Desktop
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
"취소" = "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
Describe the bug
Aafter showing popup audio select screen
problem is Can't Close Button in ios
Platform
Platform OS version ios
How are you picking?
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
"취소" = "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