velten-dev

Results 7 comments of velten-dev

@simolus3 I am seeing the same issue as @saadinstitute with a fresh install of Windows 10. I used chocolatey to install the SSL libs, but it seems that CMAKE can't...

I ran the tests you suggested. They had the same error and just hang after the error. ```bash test@test-pc-q35-7-2:~/Code/sqlite3.dart/integration_tests/sqlcipher_flutter$ flutter test integration_test -d linux -v [ +25 ms] Unable to...

I have also found that creating a snap using the ```snapcraft``` snap does not produce the error. However, the snap I am creating uses core22 as the base which is...

I'll work on trying to reproduce this with a smaller set of data. It will be a little bit before I have the time to experiment with and create a...

It should be just as easy as checking out `main` and upgrading drift. If you're cool with running my repo, you would just need to do `make upgrade` and then...

This is also happening for `sqlcipher_flutter_libs: 0.6.6`. I fixed it by overriding the dependency ```yaml dependency_overrides: sqlcipher_flutter_libs: 0.6.5 ```

For those still hitting this issue, I was able to solve it by deleting the Podfile.lock files and letting Flutter regenerate them. It seems to be some sort of lock...