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';
27
likes
150
points
1.83k
downloads

Publisher

verified publisherhubivue.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cryptography, flutter, get, path_provider

More

Packages that depend on get_secure_storage