sqlite3_library_linux library

Flutter package to bundle sqlite3 library to your linux apps

Constants

defaultSQLite3LinuxLibraryPath → const String
Relative path to default SQLite3 library file
oldSQLite3LinuxLibraryPath → const String
Relative path to old SQLite3 library file

Functions

openSQLiteOnLinux() DynamicLibrary
This function open SQLite3 in memory and return the associated DynamicLibrary.