flutter_file_hash 0.0.2 copy "flutter_file_hash: ^0.0.2" to clipboard
flutter_file_hash: ^0.0.2 copied to clipboard

Native Flutter file and string hashing powered by Zig, with SHA, MD5, HMAC, BLAKE3, XXH3, cancellation, and Android content:// streams.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_file_hash

With Flutter:

 $ flutter pub add flutter_file_hash

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_file_hash: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_file_hash/flutter_file_hash.dart';
1
likes
0
points
329
downloads

Publisher

unverified uploader

Weekly Downloads

Native Flutter file and string hashing powered by Zig, with SHA, MD5, HMAC, BLAKE3, XXH3, cancellation, and Android content:// streams.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

code_assets, ffi, flutter, hooks

More

Packages that depend on flutter_file_hash

Packages that implement flutter_file_hash