flutter_sqlite3_extension 1.0.1 copy "flutter_sqlite3_extension: ^1.0.1" to clipboard
flutter_sqlite3_extension: ^1.0.1 copied to clipboard

Create a Flutter package for loading a sqlite3 extension

flutter_sqlite3_extension_cli #

Getting Started #

If the CLI application is available on pub, activate globally via:

dart pub global activate flutter_sqlite3_extension

Or locally via:

dart pub global activate --source=path <path to this package>

Usage #

  1. Download SQLite custom extension .c file
  2. Run the command pointed to the .c file
flutter_sqlite3_extension -s /path/to/sqlite3_extension.c -n name_of_extension
  1. Update example/lib.main.dart with the new extension logic.
0
likes
135
points
19
downloads

Publisher

verified publisherrodydavis.com

Weekly Downloads

Create a Flutter package for loading a sqlite3 extension

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, path

More

Packages that depend on flutter_sqlite3_extension