better_file_md5_plugin

Creator: coderz1093

Last updated:

0 purchases

better_file_md5_plugin Image
better_file_md5_plugin Images

Languages

Categories

Add to Cart

Description:

better file md5 plugin

better_file_md5_plugin #
Calculate File Md5 for Flutter.
Install Started #

Add this to your pubspec.yaml file:

dependencies:
better_file_md5_plugin: ^0.0.1
copied to clipboard

Install it

$ flutter packages get
copied to clipboard
Normal usage #
final md5 = await BetterFileMd5.md5(file.path);
if (md5 != null)
hexMd5 = hex.encode(base64Decode(md5));
copied to clipboard
Feature #

✅ file md5

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.