resource_storage_hive 1.0.0 copy "resource_storage_hive: ^1.0.0" to clipboard
resource_storage_hive: ^1.0.0 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 Dart:

 $ dart pub add resource_storage_hive

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 dart pub get):

dependencies:
  resource_storage_hive: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
pub points
9%
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

License

unknown (LICENSE)

Dependencies

flutter, hive, path, path_provider, resource_storage, synchronized

More

Packages that depend on resource_storage_hive