media_mime

Last updated:

0 purchases

media_mime Image
media_mime Images
Add to Cart

Description:

media mime

media_mime #


A dart package to look up mime types for media files.
Usage #
import 'package:media_mime/media_mime.dart';

void main() {
print('MP4: ${lookupMediaMimeType('mp4')}');
print('MP3: ${lookupMediaMimeType('mp3')}');
print('JPG: ${lookupMediaMimeType('jpg')}');
print('GIF: ${lookupMediaMimeType('gif')}');
}
/**
MP4: video/mp4
MP3: audio/mpeg
JPG: image/jpeg
GIF: image/gif
*/
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.