-
Notifications
You must be signed in to change notification settings - Fork 84
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
Failed to load dynamic library 'sqlite3.dll #151
Comments
Did you add |
I have the same issue on Android platform:
it's happened when call:
I have catch it from firebase crashlytics on this device: Brand: Samsung I'm using latest version of the library sqlite3_flutter_libs: 0.5.13 |
Old Android versions are weird when loading native libraries, did you explore these workarounds already? That still doesn't explain the issue for Windows, are there any build errors that could be related to sqlite3? The |
I'm getting the same issue on Windows 11, running the demo app from pub.dev.
Exited (255) |
I can get it working by downloading a copy of sqlite3.dll into a directory and adding it to the Windows |
Yes, this is intentional.
Yeah unfortunately we can't add more information to pub.dev, the example is a simple Dart script and not an app that could run without external dependencies. I'll add a note to that file to explain that the native library is necessary. |
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'sqlite3.dll': error code 126
I'm getting this error while running app on Windows platform . how can i solve this ?
Please correct me if i'm missing something
The text was updated successfully, but these errors were encountered: