Nitrite/flutter: Exporter errors #63
Unanswered
381outrageousDoors
asked this question in
Q&A
Replies: 2 comments
-
Before exporting you need to close the db properly. After exporting also you need to close the db. As the export happens in a separate isolate and as the db is not sendable, you need to follow this ceremony. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I get the same response after adding the close():
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to export my database and keep getting the error below. What should I do?
Code example:
If I don't close the db, I get the below error instead. Don't know if that helps
openCreateDatabase is pretty standard:
Beta Was this translation helpful? Give feedback.
All reactions