md5_file_checksum 1.2.0
md5_file_checksum: ^1.2.0 copied to clipboard
Flutter plugin to calculate a file checksum as MD5 hash, using a platform native implementation.
1.2.0 #
- Added Swift Package Manager support for iOS. Minimum iOS deployment target is now 12.0.
- Expanded integration test coverage (empty path, directory path, empty file, large multi-buffer file, determinism) and fixed a stale expected hash for
file3.
1.1.0 #
- Made MD5 hash calculation happen in the background thread to avoid blocking the main thread.
1.0.7 #
- Android build settings update.
1.0.6 #
- Updated funding information
1.0.5 #
- Updated Readme
1.0.4 #
- Updated Readme
1.0.3 #
- Improved package structure and tooling
1.0.2 #
- Fixes to increase package score
1.0.0 #
- Initial release