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

Suggest adding support for the “m4a” format. #1583

Closed siyangstar closed 2 months ago

siyangstar commented 3 months ago

FileType.audio: return 'Audios (.aac,.midi,.mp3,.ogg,.wav)\x00.aac;.midi;.mp3;.ogg;.wav\x00\x00';

didn't support "m4a", which is a kind of MPEG4 audio. Suggest adding support for the m4a format.

github-actions[bot] commented 3 months ago

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

miguelpruivo commented 2 months ago

Please, free feel to add it in a PR. Thanks!