isar / isar/hive

key value become null when restart application

Open
#342 3 comments 0 reactions 1 assignee Claimed by @simc View on GitHub
problem
Dominant language
Dart
Stars
4.4k
Forks
449
PR merge metrics
No merged PRs in 30d

Description

hi,
I found a bug, when I saved List in profile. I can store the key of that object but when I restarted the application the key of that object become 'null'.

```
box.values.firstWhere((profile) => profile.key == profileKey)
..goals = [goal]
..save();
```
anybody has found this issue?

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.