Sqflite Ffi Flutter

Use when a Flutter app should use the ffi (package:sqlite3) implementation of sqflite on desktop and mobile with package:sqflite_ffi: what it adds over sqflite_common_ffi (Dart-only plugin, automatic registration of sqfliteDatabaseFactoryFfi as the default databaseFactory through SqfliteFfiPlugin.registerWith, one sqflite isolate shared between Flutter isolates via IsolateNameServer and sqfliteFfiIsolatePortName), createSqfliteDatabaseFactoryFfi, using the database from compute / Isolate.run, DartPluginRegistrant.ensureInitialized, coexistence with the native sqflite plugin, and when to pick sqflite, sqflite_common_ffi or sqflite_ffi.

tekartik f689049 10.0 KB Updated

File contents

tekartik/sqflite/tree/main/packages_flutter/sqflite_ffi/skills/sqflite-ffi-flutter commit f689049f67

Frequently asked questions

npx skillmds@latest add tekartik/sqflite-ffi-flutter