Simon Binder
Simon Binder
Thanks for the report! Could you run `pod install` in your `ios` folder and post any error that might get printed?
> Warning: CocoaPods not installed. Skipping pod install. This sounds like a general issue with your Flutter install not finding CocoaPods. I suspect this is not due to `sqlite3_flutter_libs`. Just...
It looks like you're using a `DriftIsolate`, are you opening additional connections to the same sqlite3 file? If you have multiple connections running concurrently (without a `DriftIsolate` coordinating all of...
Unfortunately, I still don't have enough information to properly act on this issue, as I've never been able to reproduce it locally or in any of my apps. Are _you_...
Nice call with the completer to stop the drift isolate after closing the database. Unfortunately, I still don't see any obvious problem. From everything I know, sqlite3 error `5` can...
I've just released `sqlite3_flutter_libs` version `0.5.10`, which switches to `SQLITE_THREADSAFE=1` on Android as well. If you could use that version and see if it improves the situation at all, that...
Thanks for your response! > risking breaking the experience to some customers doesn't make sense Yeah that's definitely understandable. > However, it begs the question of why the Android's SQLite3...
Apologies for the long wait, I finally have an update to share on this! As I suggested in my previous comment, preparing `drift_dev` to support modular code generation is a...
Must have missed this issue - [caseMatch](https://pub.dev/documentation/drift/latest/drift/Expression/caseMatch.html) has been available for some time.
This problem will be solved with modular code generation (#490). With the default generation, I don't think it can be solved in a reliable way since everything transitively reachable from...