resource_storage_hive 1.0.2 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 #
Simple implementation of persistent resource storage for cached_resource package, based on hive that stores a value as a JSON string.
Components #
HiveResourceStorage
: persistent resource storage based on Hive database.HiveResourceStorageProvider
: factory to use for configuration ofcached_resource
.HiveProvider
: helper class to create separate instance of Hive database. Can be used to customize Hive instance.