Updating nested map keys
Open
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
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)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue does not name any files, tests, or entry points. Start by reviewing Hive's current key/value API and how nested data is represented, then clarify the intended nested-key behavior and acceptance criteria before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100