fargon2 1.0.1 copy "fargon2: ^1.0.1" to clipboard
fargon2: ^1.0.1 copied to clipboard

A plugin for generating a hash based on Argon2 algorithm in Android / iOS platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fargon2

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

dependencies:
  fargon2: ^1.0.1

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:fargon2/fargon2.dart';
3
likes
130
pub points
2%
popularity

Publisher

verified publisheriktakahiro.dev

A plugin for generating a hash based on Argon2 algorithm in Android / iOS platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fargon2