Hive db takes time to insert data on internet connection.
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
**Question**
I am using hivedb for my database, on inserting data is works fine when my data is fast or not on at all...but once my data get slow, hivedb insert runs slow, i am awaiting the put method to make sure the user sees the data
**Code sample**
```dart
await pref.put(
darkModekey,
!(Theme.of(context).brightness == Brightness.dark),
);
```
**Version**
- Platform: Mac
- Flutter version: 3.3.3
- Hive version:^2.2.3
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository file or test is named in the report. Start with the supplied awaited pref.put call and investigate whether the behavior reproduces with Hive 2.2.3 on Flutter 3.3.3 when the internet connection is slow; done means explaining or correcting the delayed insertion behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100