get_secure_storage 1.0.5 copy "get_secure_storage: ^1.0.5" to clipboard
get_secure_storage: ^1.0.5 copied to clipboard

A secure version of get_storage, which was a fast, extra light and synchronous key-value storage written entirely in Dart

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_secure_storage

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

dependencies:
  get_secure_storage: ^1.0.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:get_secure_storage/get_secure_storage.dart';
17
likes
130
pub points
88%
popularity

Publisher

verified publisherhubivue.com

A secure version of get_storage, which was a fast, extra light and synchronous key-value storage written entirely in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cryptography, flutter, get, path_provider

More

Packages that depend on get_secure_storage