App Restart
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
**Question**
Please explain the problem you are running into.
After saving the heavy data, we cannot load it in same instance. instead we need to restart the application and run again.
Why am I facing this issue?
**Code sample**
```dart
Provide a few simple lines of code to show your problem.
```
//44000 items are inserted
void insertItemData(itemLineBox itemLine) async {
await itemBox.add(itemLine);
}
**Version**
- Platform: Android, Windows
- Flutter version: 2.8.1
- Hive version: 1.1.0
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository files or tests are named. Start by reproducing the 44,000-item insertion on Android or Windows with Flutter 2.8.1 and Hive 1.1.0, then investigate why the data cannot be loaded in the same application instance; done means the cause and a verified fix or reproducible diagnosis are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100