You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since sqflite uses whatever sqlite the platform provides natively, it is not possible to change it. Bundling sqlite binaries for each platform and architecture is not currently the scope of this package.
This another reason @flutter should take on native SQLite support. Our apps that use SQLite should ship with the version of SQLite that we want not the one that the OS has.
Bundling a compiled version of sqlite has a serious impact on binary size, not everybody wants that. Most of the native Android and iOS app use the available sqlite implementation (event through CoreData or Room).
There is no way as I am aware of to have a package that supports both scenario (custom or existing sqlite)
No description provided.
The text was updated successfully, but these errors were encountered: