Hive not fully deleting data
Open
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.