crossvault_android 1.0.0 copy "crossvault_android: ^1.0.0" to clipboard
crossvault_android: ^1.0.0 copied to clipboard

PlatformAndroid
unlisted

Android implementation of crossvault plugin using EncryptedSharedPreferences and Android Keystore with Auto Backup support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add crossvault_android

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

dependencies:
  crossvault_android: ^1.0.0

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_android/crossvault_android.dart';
0
likes
130
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Android implementation of crossvault plugin using EncryptedSharedPreferences and Android Keystore with Auto Backup support.

Homepage
Repository (GitHub)
View/report issues

Topics

#android #keystore #security #encryption #backup

Documentation

API reference

License

unknown (license)

Dependencies

crossvault_platform_interface, flutter

More

Packages that depend on crossvault_android

Packages that implement crossvault_android