isar / isar/hive

[web] deleteBoxFromDisk is not working properly

Open
#344 5 comments 5 reactions 1 assignee Claimed by @simc View on GitHub
problem
Dominant language
Dart
Stars
4.4k
Forks
449
PR merge metrics
No merged PRs in 30d

Description

The Future of `deleteBoxFromDisk` is never resolved and the application hangs on this line of code:
`await Hive.deleteBoxFromDisk('box');`

This works properly:
`await box.clear();`

**Version**
- Platform: Web
- Flutter version: 1.18.0-11.1.pre
- Hive version: 1.4.1+1

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.