hybrid_storage 1.1.1 copy "hybrid_storage: ^1.1.1" to clipboard
hybrid_storage: ^1.1.1 copied to clipboard

A hybrid storage library providing unified abstraction over secure storage and shared preferences with integrated logging support. Note - SecureStorage on Web uses unencrypted LocalStorage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hybrid_storage

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

dependencies:
  hybrid_storage: ^1.1.1

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:hybrid_storage/hybrid_storage.dart';
2
likes
140
points
78
downloads

Publisher

verified publisherrudo.es

Weekly Downloads

A hybrid storage library providing unified abstraction over secure storage and shared preferences with integrated logging support. Note - SecureStorage on Web uses unencrypted LocalStorage.

Repository (GitHub)
View/report issues

Topics

#storage #secure-storage #shared-preferences #flutter #persistence

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, hybrid_logger, injectable, shared_preferences

More

Packages that depend on hybrid_storage