-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Labels
enhancementNew feature or requestNew feature or request
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 relevantSupporting info to reproduce
- Create a package that depends on
sqlcipher_flutter_libs - add
stream_chat_persistencelib - Attempt build
Relevant log output
Not relevantFlutter analyze output
Not relevantFlutter doctor output
Not relevantCode of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request