David Martos

Results 155 comments of David Martos

@nrsimha Just so you know, sqlcipher is compatible with regular sqlite if you provide an empty password. You could read the exception you get by providing an empty password to...

@maheshj01 could you try on an Android emulator? That's where I found the bug. I wasn't able to reproduce it on desktop platforms either

@maheshj01 Could you try with the "button inside the scroll"? That's the one it has the issue. The demo includes the button outside to compare the behavior. Recording the "outside...

@amrLLSE Could you share your full pubspec.yaml file?

@amrLLSE Could you provide the pubspec.yaml file instead of the `deps` command? It might show other causes for the problem.

@amrLLSE Also, is there any reason why you are running sqflite version 2.0.3 instead of the latest? With the latest version of `sqflite` you don't need to provide the override...

@amrLLSE It was in case some other dependency is adding sqlcipher as well, causing conflicts. I would look for sqlcipher_flutter_libs in your .lock file, which is the other well known...

@amrLLSE You can also try to reproduce the issue in the example app in the repository. It might take a few days until I can grab a macOS device to...