Sqflite Testing And Platforms

Use when unit testing or widget testing code that uses package:sqflite, running it on Linux/Windows/Dart VM (sqflite_common_ffi: sqfliteFfiInit, databaseFactoryFfi, databaseFactoryFfiNoIsolate) or on the web (sqflite_common_ffi_web: databaseFactoryFfiWeb), swapping the global databaseFactory, and debugging SQL: SqfliteDatabaseFactoryLogger, debugQuickLoggerWrapper, Sqflite.setDebugModeOn, setLogLevel, setLockWarningInfo, "database has been locked", MissingPluginException, isolates, Android WAL manifest, iOS unprotected folder, encryption.

tekartik fb30ee6 12.6 KB Updated

File contents

tekartik/sqflite/tree/main/sqflite/skills/sqflite-testing-and-platforms commit fb30ee6d64

Frequently asked questions

npx skillmds@latest add tekartik/sqflite-testing-and-platforms