hash_identifier 2.0.0 copy "hash_identifier: ^2.0.0" to clipboard
hash_identifier: ^2.0.0 copied to clipboard

Library for identifying hashing algorithm ported from python's hashid library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hash_identifier

With Flutter:

 $ flutter pub add hash_identifier

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

dependencies:
  hash_identifier: ^2.0.0

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:hash_identifier/hash_identifier.dart';
1
likes
120
pub points
26%
popularity

Publisher

verified publisheravtobiografia.com

Library for identifying hashing algorithm ported from python's hashid library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

LGPL-3.0 (LICENSE)

More

Packages that depend on hash_identifier