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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add resource_storage_hive

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

dependencies:
  resource_storage_hive: ^1.0.2

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:resource_storage_hive/resource_storage_hive.dart';
0
likes
160
pub points
8%
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