impiger_securestroage 0.1.0 copy "impiger_securestroage: ^0.1.0" to clipboard
impiger_securestroage: ^0.1.0 copied to clipboard

Impiger 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 impiger_securestroage

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

dependencies:
  impiger_securestroage: ^0.1.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:impiger_securestroage/impiger_securestroage.dart';
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Impiger 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 impiger_securestroage