-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception caught when box.put is called #17
Comments
What version of Hive are you using? Edit: 100 entries should be no problem at all... |
I'm using Didn't realize that it's now updated to |
Thanks. Let me know if the problem persists. |
Okay I tried updating to
Is it high time to upgrade flutter? I'm currently on and my sdk environment is |
It works with the current stable ( |
Thanks. I'm a little bit on the fence when upgrading flutter. I'll look forward to the next version. |
I published version |
What a champ. I'll have to test this tomorrow. Thanks buddy |
Everything seems to be working fine now. Thanks for your assistance! |
Great 👍 please open another issue if you find a problem... |
I got this error after some time when calling put
Stacktrace as follows (trace from the app prior to the hive related trace is not included)
For context, I'm trying to put a big amount of data into the box (like a list of 100
Map<String, dynamic>
with detailed attributes.It might be the cause of the exception but the exception should state that. Initially, the IDE (VSCode) pauses for an exception but I can't see any stacktrace and the offending line is not presented. I was able to see the exception when I unticked
Uncaught Exceptions
The text was updated successfully, but these errors were encountered: