This package implements a Dart SQLite API using the upcoming native assets support.
Currently, you need to enable the native assets experiment. For example, here is how to run tests:
dart --enable-experiment=native-assets test
VS Code is configured to run tests with native assets enabled.
To generate the FFI bindings, run:
dart --enable-experiment=native-assets run ffigen