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

Hybrid storage library for Flutter providing a unified API across multiple storage backends with logging support.

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

Publisher

verified publisherrudo.es

Weekly Downloads

Hybrid storage library for Flutter providing a unified API across multiple storage backends with logging support.

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