crc32_checksum 0.0.2 crc32_checksum: ^0.0.2 copied to clipboard
A new Flutter package that calculate crc32 checksum value for given string.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add crc32_checksum
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
crc32_checksum: ^0.0.2
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:crc32_checksum/crc32_checksum.dart';