warden_ffi_flutter 0.1.0-dev.1
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_flutterThis 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.1Alternatively, 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';