r2f_x3dh_e2e 0.0.1 r2f_x3dh_e2e: ^0.0.1 copied to clipboard
r2f_x3dh_e2e is a Rust to Flutter library that provides end-to-end encryption capabilities using the X3DH (Extended Triple Diffie-Hellman) protocol. It enables secure communication between parties by [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add r2f_x3dh_e2e
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
r2f_x3dh_e2e: ^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:r2f_x3dh_e2e/r2f_x3dh_e2e.dart';