sqlite3.dart
sqlite3.dart copied to clipboard
Building to windows with sqlcipher doesn't work in another pc
Hi, I lost a whole day debugging this so I let this post so anyone having this problem can solve it
When building for windows having the sqlcipher_flutter_libs added to the project, the resulting exe with the dlls doesn't work in another computer
Ofc I already included the Visual C++ dlls that Flutter says it needs, and the sqlite3.dll and the cipher dll are already included, so what it's missing?
libcrypto-3-x64.dll is what is missing, you can find it under C:/Windows/System32 so just include it with your app files and you're ready to go
Thanks for reading