crc32_checksum 0.0.2 copy "crc32_checksum: ^0.0.2" to clipboard
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';
6
likes
140
pub points
83%
popularity

Publisher

unverified uploader

A new Flutter package that calculate crc32 checksum value for given string.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on crc32_checksum