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

A Flutter plugin for securely storing primitive data types using Android Keystore and iOS Keychain.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_secured_storage

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

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

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for securely storing primitive data types using Android Keystore and iOS Keychain.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_secured_storage

Packages that implement native_secured_storage