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
- Download SQLite custom extension .c file
- Run the command pointed to the .c file
flutter_sqlite3_extension -s /path/to/sqlite3_extension.c -n name_of_extension
- Update
example/lib.main.dartwith the new extension logic.