-
Notifications
You must be signed in to change notification settings - Fork 391
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
sqlcipher_flutter_libs windows build issue #3395
Comments
Same issue here. I use choco to install openssl on windows. @jason-outlier you should try to install this: choco install openssl --version 3.1.1 -y |
Hi! I had the same issue. Initially, I tried with:
Then, I saw @JeromeGsq's message about using OpenSSL 3.1.1 with Chocolatey, and it worked! Here's my working configuration: Environment:
Steps to make it work:
I hope this information can help you! 👍 |
@BrunoDrean your steps 1. and 3. were both necessary for me to get I have a couple questions...
|
thanks for the great plugin!
while i am using drift for my flutter application on windows,
i have tried to integrate sqlcipher_libs for the password bit to my db.sql
while trying to add encryption to the file
whenever i build windows i get
all the system variables are looking right and i have tried to manually set the variables on the CMakeList as well
even the example code in the drift repo has returned the same error i get above
any suggestions on where i can debug this issue?
cmake version : 3.31.3
openssl : 3.4.0 (tried 1.1.1, 3.0, 3.0.15)
sqlcipher_flutter_libs : 0.6.4 (tried 0.6.0 to 0.6.4)
thanks for reading
The text was updated successfully, but these errors were encountered: