Pub

md5_file_checksum

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

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

Libraries

md5_file_checksum