md5_file_checksum 1.0.1 copy "md5_file_checksum: ^1.0.1" to clipboard
md5_file_checksum: ^1.0.1 copied to clipboard

outdated

Flutter plugin to calculate a file checksum as MD5 hash, using a platform native implementation.

Pub

md5_file_checksum #

A Flutter plugin for getting the MD5 hash of a file. Revamped version of md5_plugin.

Usage #

try {
  final fileChecksum = await Md5FileChecksum.getFileChecksum(filePath: filePath);
} catch (exception) {
  print('Unable to generate file checksum: $exception');
}

Result #

Simulator Screen Shot - iPhone 13 - 2021-10-31 at 15 22 06

10
likes
0
pub points
88%
popularity

Publisher

verified publisheralbemala.me

Flutter plugin to calculate a file checksum as MD5 hash, using a platform native implementation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on md5_file_checksum