HiveList plus LazyBox
Open
question
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
It is not possible to instantiate a HiveList on a LazyBox as I can see below from HiveList constructor.
```dart
/// Create a new HiveList which can contain HiveObjects from [box].
factory HiveList(Box box, {List? objects}) =>
HiveListImpl(box, objects: objects);
```
Is there a LazyHiveList (which using LazyBox) missing ?
- Hive version: 2.0.4
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.