isar / isar/hive

HiveList plus LazyBox

Open
#862 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.