file_magic_number 0.7.0
file_magic_number: ^0.7.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.7.0 #
- Fixed bytes in example project.
- Fixed mp4 were not detected properly.
- Created offset and regular file type detection.
- Added
MagicNumberMatchType
for offset and exact detection.
0.6.0 #
- Added much more formats.
- Improved documentation.
- Simplified verification.
- Added tests for each format.
- Added debug utilities.
- Very large files are shortened to the first few bytes to speed up the library. This means up to +10x faster on large files.
0.5.1 #
- Fixed image on pub.dev
0.5.0 #
- Added coverage in CI
- Added more test
- Improved readme
- Created as Dart package