argon2_ffi 0.1.0 copy "argon2_ffi: ^0.1.0" to clipboard
argon2_ffi: ^0.1.0 copied to clipboard

outdated

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: ^0.1.0

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';
2
likes
30
points
10
downloads

Publisher

verified publishercodeux.design

Weekly Downloads

Argon2 implementation by using ffi as flutter plugin. use argon2_ffi_base for the actual dart code.

Repository (GitHub)

License

unknown (license)

Dependencies

argon2_ffi_base, flutter

More

Packages that depend on argon2_ffi