Simon Binder
Simon Binder
I'm worried that _something_ is linking another version of SQLite which might interfere with the native build. Is this on standalone Dart or on a Flutter app with plugin dependencies?...
That version sounds like it's using the SQLite library from the system (which can happen easily as a fallback when not using a custom `sqlite3`). > Is there a way...
> This is weird, because the version for my system is even different than that: The `PATH` variable used to override executables does not affect library loading. If you run...
> How should I proceed on debugging? This is my first time with native assets, and I can reach out to the internal dart team if needed. I think that...
Awesome, I'll take a look this weekend 🚀
Thanks again for your work adding session support! It would be interesting to see if you can reproduce the issue about extensions not being enabled / an older SQLite being...
This was changed to re-use parts of the implementation between the native and the web factory here. Unfortunately the setup here is a bit weird in general (the web factory...
I'd love to have this as well. Flutter's API documentation also spans multiple packages, having something similar for package authors would be really nice: https://api.flutter.dev/
Is there a reason for the upper version bound on the drift dependency? Me messing up semantic versioning? If so, apologies! If not, are you using internal APIs or is...
At the moment, this is not possible. You'd have to temporarily make the column non-nullable, use that to spot missing use-sites not setting the value, and then make the column...