hive icon indicating copy to clipboard operation
hive copied to clipboard

Lightweight and blazing fast key-value database written in pure Dart.

Results 277 hive issues
Sort by recently updated
recently updated
newest added

For example, if we were to have a class such as: ```dart class Dog { String name; Trait trait } class Trait { String traitName; TraitAction action; Map toJson() =>...

Hi all, what is the new way to initialize Hive 4.0.0 for Flutter web? ` final dir = await getApplicationDocumentsDirectory(); Hive.defaultDirectory = dir.path; ` fails because Path_Provider is not available...

Is the hive dead? Most scenarios don't actually require an ISAR!

Hello. Is it a way to update nested keys, like in map ? Example ``` //Map implementation: boxMap[key1][key2]=value //Hive like implementation: box.putNested('key1.key2',value) ```

i am using flutter hive in my app that i published on store i face some issue form some my users the users told me that when they updated the...

There are multiple issues with similar problems, but no actual solution or explanation. **Steps to Reproduce** - Create an object to save in Hive - Register generated adapter - write...

problem

**Question** Hi I have to answer questions in the Apple store about encryption for US and French [export compliance](https://help.apple.com/app-store-connect/#/dev88f5c7bf9) (not sure why is Google not asking for this!?). Anyway, the...

question

Since dart 2.17 there is support for enhanced enums: https://dart.dev/language/enums#declaring-enhanced-enums When using these with the hive generator following error happens: `MyFancyEnum does not have any enum value.`

This is Hive setup in main function that I open a box and also put the registerAdapter as I said in the question that everything is okay but when restarting...

problem

**Question** Hello everyone, I'm facing the following problem: the size of my hive storage reaches up to 9GB in 5 minutes of work. My problem is the result of saving...

question