amplitude / amplitude/Amplitude-Flutter
Using with encrypted db
- Lingua principale
- Dart
- Stelle
- 133
- Fork
- 108
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
We are using [drift](https://pub.dev/packages/drift) with encrypted database. After adding amplitude sdk it replaces it with the unencrypted database. On the native side, SQLCipher and sqlite3 conflicting with each other.
## Expected Behavior
Use SQLCipher
## Current Behavior
Uses sqlite3
## Possible Solution
If sqlite is statically included in pod, is it possible to replace it with regular sqlite3?
## Steps to Reproduce
1. add [drift](https://pub.dev/packages/drift)
2. Follow instructions: https://drift.simonbinder.eu/docs/platforms/encryption/#encrypted-version-of-a-nativedatabase
## Environment
- SDK Version: 3.16.2
- Flutter Version: 3.19.5
- Device: iPhone 15
- Device OS and Version: iOS 17.4.1
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.