Useful when you need to deal with content types (mime types).
More...
A simple utility to retrieve the content-type for a filename.
import 'package:content_type/content_type.dart'; main() { print(getContentType(filename: 'foobarbaz.html'); // text/html }
This library is licensed under MIT.
unverified uploader
RepositoryView/report issues
unknown (license)
unittest
Packages that depend on content_type
Back