isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 409 forks source link

[Web] The "values" ​​returned in "Box" are empty #1264

Open LambGe opened 11 months ago

LambGe commented 11 months ago

hive: ^2.2.3

Box? box = await Hive.openBox('messageHistoryBox'); var values = box?.values.toList();

When I close the Chrome browser and re-run,the values is empty from box. But it's normal on iOS or Android.

MuhamedLotfi commented 6 months ago

hive: ^2.2.3 anyone got a solution?