warden_ffi_flutter 0.1.0-dev.1 copy "warden_ffi_flutter: ^0.1.0-dev.1" to clipboard
warden_ffi_flutter: ^0.1.0-dev.1 copied to clipboard

Flutter plugin that bundles the Warden native FFI library (the Veil bridge) — a threshold conditional-decryption gate — so an app gets it with no Rust toolchain and no native build wiring. Wraps the w [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add warden_ffi_flutter

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

dependencies:
  warden_ffi_flutter: ^0.1.0-dev.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:warden_ffi_flutter/warden_ffi_flutter.dart';
0
likes
140
points
0
downloads

Documentation

API reference

Publisher

verified publisherbytesbrains.com

Weekly Downloads

Flutter plugin that bundles the Warden native FFI library (the Veil bridge) — a threshold conditional-decryption gate — so an app gets it with no Rust toolchain and no native build wiring. Wraps the warden_ffi binding.

Repository (GitHub)
View/report issues
Contributing

Topics

#ffi #cryptography #threshold #blockchain

License

MIT (license)

Dependencies

flutter, warden_ffi

More

Packages that depend on warden_ffi_flutter

Packages that implement warden_ffi_flutter