drstranges / resource_storage_hive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 98.9%Language:Kotlin 1.1%