isar / isar/hive

Hive not fully deleting data

Open
#833 1 comment 1 reaction 0 assignees View on GitHub
problem
Dominant language
Dart
Stars
4.4k
Forks
449
PR merge metrics
No merged PRs in 30d

Description

I'm using Hive to save a group of data.
When I try to update the value, I use `put` with the same key.

But when debugging the Adapter or my data, I've noticed that the `read` function is reading all the values, not only the recent one. AKA, it reads all versions of the value, until the last one.

I tried manually deleting the value before updating it, but it didn't change anything.

**Version**
- Platform: Android
- Flutter version: 2.7.3
- Hive version: 2.0.4

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.