Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter support #1834

Open
richard457 opened this issue Nov 21, 2024 · 1 comment
Open

Flutter support #1834

richard457 opened this issue Nov 21, 2024 · 1 comment

Comments

@richard457
Copy link

No description provided.

@scriptam
Copy link

scriptam commented Dec 10, 2024

@simolus3 did an awesome job laying the foundations for a drop in replacement I think, see prior art: sqlite3.dart

Instead of using the sqlite3 library from the OS, you can also ship a custom sqlite3 library along with your app. You can override the way this package looks for sqlite3 to instead use your custom library. For instance, you can release your own sqlite3.so next to your application

We can consider using the bindings via dart:ffi / DynamicLibrary route

The alternative can be the wasm route, supplying replacement for sqlite3.wasm for broader Flutter platform support

Manually providing sqlite3 libraries

WASM Support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants