hive 2.2.3 copy "hive: ^2.2.3" to clipboard
hive: ^2.2.3 copied to clipboard

Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hive
copied to clipboard

With Flutter:

 $ flutter pub add hive
copied to clipboard

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

dependencies:
  hive: ^2.2.3
copied to clipboard

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:hive/hive.dart';
copied to clipboard
6.03k
likes
120
points
1.22M
downloads

Publisher

verified publisherisar.dev

Weekly Downloads

2024.08.11 - 2025.02.23

Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.

Documentation

API reference

License

unknown (license)

Dependencies

crypto, meta

More

Packages that depend on hive