app_sqflite library

Includes sqflite helpers to simplify Flutter app development.

Properties

databaseFactory → DatabaseFactory
Default database factory, uses ffi on Windows and Linux
no setter

Functions

getDatabaseFactory({String? packageName, String? rootPath}) → DatabaseFactory
For all flutter app (including linux and windows)
initDatabaseFactory(String packageName) Future<DatabaseFactory>
For all flutter app (including linux and windows)
sqfliteWindowsFfiInit() → void
Only needed on Windows during development to find the proper dll location