md5_file_checksum 1.0.5 md5_file_checksum: ^1.0.5 copied to clipboard
Flutter plugin to calculate a file checksum as MD5 hash, using a platform native implementation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add md5_file_checksum
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
md5_file_checksum: ^1.0.5
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:md5_file_checksum/md5_file_checksum.dart';