dart_rust_encrypt 2.0.0-dev.0 copy "dart_rust_encrypt: ^2.0.0-dev.0" to clipboard
dart_rust_encrypt: ^2.0.0-dev.0 copied to clipboard

Flutter plugin for commons hashing and encryption algorithms with power of Rust.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_rust_encrypt

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

dependencies:
  dart_rust_encrypt: ^2.0.0-dev.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_rust_encrypt/dart_rust_encrypt.dart';
6
likes
80
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for commons hashing and encryption algorithms with power of Rust.

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter_rust_bridge, meta, uuid

More

Packages that depend on dart_rust_encrypt