sqlite3.dart icon indicating copy to clipboard operation
sqlite3.dart copied to clipboard

Use native assets experiment to compile sqlite3

Open simolus3 opened this issue 2 years ago • 0 comments

Use the --native-assets experiment to compile sqlite3 without using platform-specific build scripts (like sqlite3_flutter_libs).

We still need to support downloading sqlite3 from an URL as a build mode. It would also be nice to be able to pass additional compile flags or remove to some of the OMITs we're applying.

Another todo: We're now able to avoid some of the copies when binding blobs and strings by directly passing the list.

simolus3 avatar Sep 28 '23 21:09 simolus3