Open
Description
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
Not relevant
Supporting info to reproduce
- Create a package that depends on
sqlcipher_flutter_libs
- add
stream_chat_persistence
lib - Attempt build
Relevant log output
Not relevant
Flutter analyze output
Not relevant
Flutter doctor output
Not relevant
Code of Conduct
- I agree to follow this project's Code of Conduct