quds_db/sqflite/src/import library

Classes

SqfliteInvokeHandler
Mixin handler
SqfliteOptions
internal options.

Constants

methodOpenDatabase → const String
Native open database method.
methodOptions → const String
Native options method.
sqliteErrorCode → const String
SQLite error code

Properties

isDebug bool
Check whether running in debug mode
no setter
isRelease bool
Check whether in release mode
no setter
isRunningAsJavascript bool
Special runtime trick to known whether we are in the javascript world
no setter

Functions

buildDatabaseFactory({String? tag, required Future invokeMethod(String method, [Object? arguments])}) → DatabaseFactory
Build a database factory invoking the invoke method instead of going through flutter services.
devPrint(Object? object) → void
Deprecated to prevent keeping the code used.
devWarning<T>(T value) → T
Deprecated to prevent keeping the code used.

Exceptions / Errors

SqfliteDatabaseException
Exception implementation