resource_storage_hive 1.0.2 copy "resource_storage_hive: ^1.0.2" to clipboard
resource_storage_hive: ^1.0.2 copied to clipboard

Implementation of [ResourceStorage] for [cached_resource](https://pub.dev/packages/cached_resource) package, based on Hive and json converter.

Hive Resource Storage #

pub package

Simple implementation of persistent resource storage for cached_resource package, based on hive that stores a value as a JSON string.

Components #

  1. HiveResourceStorage: persistent resource storage based on Hive database.
  2. HiveResourceStorageProvider: factory to use for configuration of cached_resource.
  3. HiveProvider: helper class to create separate instance of Hive database. Can be used to customize Hive instance.
0
likes
160
pub points
13%
popularity

Publisher

unverified uploader

Implementation of [ResourceStorage] for [cached_resource](https://pub.dev/packages/cached_resource) package, based on Hive and json converter.

Repository (GitHub)
View/report issues

Topics

#storage #cache

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, hive, path, path_provider, resource_storage, synchronized

More

Packages that depend on resource_storage_hive