mimetypes 0.0.1 copy "mimetypes: ^0.0.1" to clipboard
mimetypes: ^0.0.1 copied to clipboard

Dart 1 only

Guess the MIME type of a file.

Usage #

import 'package:mimetypes/mimetypes.dart';

main(){

var mimetype = guessType('foo.html'); if(mimetype == null) mimetype = 'application/octet-stream';

}

0
likes
15
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Guess the MIME type of a file.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on mimetypes