crossvault 1.0.1 copy "crossvault: ^1.0.1" to clipboard
crossvault: ^1.0.1 copied to clipboard

Secure cross-platform vault for Flutter using native storage (iOS Keychain, Android Keystore, Windows Credential Manager). Supports iCloud sync, Auto Backup, and TPM.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add crossvault

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

dependencies:
  crossvault: ^1.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:crossvault/crossvault.dart';
2
likes
140
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Secure cross-platform vault for Flutter using native storage (iOS Keychain, Android Keystore, Windows Credential Manager). Supports iCloud sync, Auto Backup, and TPM.

Homepage
Repository (GitHub)
View/report issues

Topics

#security #encryption #keychain #keystore #secure-storage

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

crossvault_android, crossvault_ios, crossvault_macos, crossvault_platform_interface, crossvault_windows, flutter

More

Packages that depend on crossvault

Packages that implement crossvault