file_type_plus 0.1.1 copy "file_type_plus: ^0.1.1" to clipboard
file_type_plus: ^0.1.1 copied to clipboard

Utilities for handling media (MIME) types, including determining a type from a file extension and file contents.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_type_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  file_type_plus: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:file_type_plus/file_type_plus.dart';
3
likes
0
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

Utilities for handling media (MIME) types, including determining a type from a file extension and file contents.

Repository (GitHub)
View/report issues

Topics

#mime #mimetype #file-extensions #file-type #media-type

License

unknown (license)

Dependencies

equatable, mime

More

Packages that depend on file_type_plus