hive icon indicating copy to clipboard operation
hive copied to clipboard

`await Hive.openBox(BoxName, collection: DBName)` never returns on Web

Open Vovcharaa opened this issue 2 years ago • 0 comments

Steps to Reproduce Try to open box with collection arg passed into method.

Code sample

await Hive.openBox("boxName", collection: "collectionName")

Version

  • Platform: Web
  • Flutter version: 3.0.5
  • Hive version: 2.2.3

Vovcharaa avatar Aug 03 '22 16:08 Vovcharaa