file_magic_number 0.8.0
file_magic_number: ^0.8.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.8.0 #
- Simplified CI.
- Improved CD.
- Fixed readme.
- Migrated from Dart to Flutter package.
0.7.2 #
- Improved
MagicNumberMatchTypefor offset and exact detection. - Clearer documentation improvements.
0.7.1 #
- Fixed documentation with
file_pickerdependency.
0.7.0 #
- Fixed bytes in example project.
- Fixed mp4 were not detected properly.
- Created offset and regular file type detection.
- Added
MagicNumberMatchTypefor 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.flutter-io.cn
0.5.0 #
- Added coverage in CI
- Added more test
- Improved readme
- Created as Dart package