file_magic_number 0.4.0 copy "file_magic_number: ^0.4.0" to clipboard
file_magic_number: ^0.4.0 copied to clipboard

A Flutter package to detect file types based on their magic number instead of MIME types. Supports Flutter on mobile, desktop, and web without native code.

0.4.0 #

General #

  • Update dependencies on example project.
  • Updated readme.

0.3.1 #

General #

  • Some minor improvements.

0.3.0 #

General #

  • Refactored structure.
  • BREAKING CHANGE: detectFileType use a Uint8List instead of a String as parameter doing it universal.

Web #

  • Added web development.

0.2.0 #

General #

  • Example improvements.
  • BREAKING CHANGE: Returns MagicNumberType when detectFileType is called.

0.1.0 #

General #

  • Added CI.
  • Added Example project.
  • Added Readme.
  • Added documentation.
  • Added test.
25
likes
0
points
4.31k
downloads

Publisher

verified publishervictorcarreras.dev

Weekly Downloads

A Flutter package to detect file types based on their magic number instead of MIME types. Supports Flutter on mobile, desktop, and web without native code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on file_magic_number