store_critical_data 0.1.5 copy "store_critical_data: ^0.1.5" to clipboard
store_critical_data: ^0.1.5 copied to clipboard

Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add store_critical_data

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

dependencies:
  store_critical_data: ^0.1.5

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:store_critical_data/store_critical_data.dart';
4
likes
40
pub points
8%
popularity

Publisher

unverified uploader

Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on store_critical_data