Replies: 1 comment
-
I think this has been fixed in release mode to look in the current folder. (i.e. copy the dll along with your executable) |
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
-
I've been building desktop (windows) version of my flutter application and I'm encountering this error :
With some research and reading issues, I found out that the sqflite_common_ffi windows implementation, has a method for getting sqlite3.dll file which is causing error. this is because it cannot find the path to
sqlite3.dll
, I also found out an issue that mentions that thewindowsInit
method is only implemented as reference.I also followed some suggestions from the issue (#547) But the problem persists.
Can anyone help me to solve this issue.
The link to file where this is:
https://github.com/tekartik/sqflite/blob/develop/sqflite_common_ffi/lib/src/windows/setup.dart
Beta Was this translation helpful? Give feedback.
All reactions