dart-lang / tools

This repository is home to tooling related Dart packages.
BSD 3-Clause "New" or "Revised" License
28 stars 20 forks source link

MimeType getting null for audio files #408

Open Softkeydel opened 3 years ago

Softkeydel commented 3 years ago

lookupMimeType() function returning null for various audio files like .m4a, .mp3, .acc, .amr

Please help

HugoHeneault commented 2 years ago

Try to use https://github.com/dart-lang/mime/pull/57

cedvdb commented 2 years ago

Did it work for you both ?

HugoHeneault commented 2 years ago

@cedvdb Have you tried using dart-lang/mime#57? It should work.

cedvdb commented 2 years ago

Yes I did but only with audio/weba files, which did work.