[web] deleteBoxFromDisk is not working properly
Open
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.