file_md5 0.0.1 copy "file_md5: ^0.0.1" to clipboard
file_md5: ^0.0.1 copied to clipboard

A Flutter package with streamed MD5 calculation.

file_md5 #

Pub Version (including pre-releases) GitHub license GitHub stars

A Flutter package with streamed MD5 calculation.

Usage #

final file = File("test/file.txt");
file.writeAsString("file_md5");
final stream = file.openRead();
final res = await FileMD5.get(stream: stream, size: await file.length());
expect(res.toString(), "c9db55524c2e0a772f4658a90e1e433e");
0
likes
120
pub points
28%
popularity

Publisher

verified publisherjiejie.dev

A Flutter package with streamed MD5 calculation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, convert, crypto, flutter

More

Packages that depend on file_md5