mime
mime copied to clipboard
Invalid mime types, everything returning 'image/jpeg' even mp4
Trying to record/pick videos using flutter but when I do
lookupMimeType(file.path, headerBytes: [0xFF, 0xD8]).split('/');
it return image, jpeg but its an mp4 video, what could be the issue or what am I doing wrong?