crossvault_ios 1.0.0
crossvault_ios: ^1.0.0 copied to clipboard
iOS implementation of crossvault plugin using Keychain with iCloud sync support. Provides hardware-backed security via Secure Enclave.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add crossvault_iosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
crossvault_ios: ^1.0.0Alternatively, 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:crossvault_ios/crossvault_ios.dart';