You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: