key value become null when restart application
Open
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.