argon2_ffi 1.0.0+1 argon2_ffi: ^1.0.0+1 copied to clipboard
Argon2 implementation by using ffi as flutter plugin. use argon2_ffi_base for the actual dart code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add argon2_ffi
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
argon2_ffi: ^1.0.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:argon2_ffi/argon2_ffi.dart';