hive_quick 1.0.3 copy "hive_quick: ^1.0.3" to clipboard
hive_quick: ^1.0.3 copied to clipboard

A lightweight, intuitive, offline-first storage library built on top of Hive with Mongoose-style API methods.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hive_quick

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

dependencies:
  hive_quick: ^1.0.3

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:hive_quick/hive_quick.dart';
0
likes
140
points
29
downloads

Documentation

API reference

Publisher

verified publishercodieszone.com

Weekly Downloads

A lightweight, intuitive, offline-first storage library built on top of Hive with Mongoose-style API methods.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, hive, hive_flutter

More

Packages that depend on hive_quick