content_type 0.5.1 copy "content_type: ^0.5.1" to clipboard
content_type: ^0.5.1 copied to clipboard

outdatedDart 1 only

Useful when you need to deal with content types (mime types).

Content-Type #

A simple utility to retrieve the content-type for a filename.

Examples #

import 'package:content_type/content_type.dart';

main() {
  print(getContentType(filename: 'foobarbaz.html'); // text/html
}

License #

This library is licensed under MIT.

0
likes
15
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Useful when you need to deal with content types (mime types).

License

MIT (license)

Dependencies

unittest

More

Packages that depend on content_type