hive_collection 1.0.4 copy "hive_collection: ^1.0.4" to clipboard
hive_collection: ^1.0.4 copied to clipboard

A lightweight Hive-based collection library for Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hive_collection

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

dependencies:
  hive_collection: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hive_collection/hive_collection.dart';
0
likes
50
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Hive-based collection library for Dart and Flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

hive_ce, hive_ce_flutter, path_provider

More

Packages that depend on hive_collection