Which packages are you using?
stream_chat_persistance
On what platforms did you experience the issue?
iOS, Android
What version are you using?
latest
What happened?
We use SQLCipher to encrypt our local SQLite instance.
Because persistence depends on sqlite3_flutter_libs - you can't include this in any app that uses sqlcipher_flutter_libs.
I think the way to fix this is to split out a package that doesn't directly include that package, and allow consumers to provider either sqlite3_flutter_libs or sqlcipher_flutter_libs.
Steps to reproduce
Supporting info to reproduce
- Create a package that depends on
sqlcipher_flutter_libs
- add
stream_chat_persistence lib
- Attempt build
Relevant log output
Flutter analyze output
Flutter doctor output
Code of Conduct
Which packages are you using?
stream_chat_persistance
On what platforms did you experience the issue?
iOS, Android
What version are you using?
latest
What happened?
We use SQLCipher to encrypt our local SQLite instance.
Because persistence depends on
sqlite3_flutter_libs- you can't include this in any app that usessqlcipher_flutter_libs.I think the way to fix this is to split out a package that doesn't directly include that package, and allow consumers to provider either
sqlite3_flutter_libsorsqlcipher_flutter_libs.Steps to reproduce
Supporting info to reproduce
sqlcipher_flutter_libsstream_chat_persistencelibRelevant log output
Flutter analyze output
Flutter doctor output
Code of Conduct