Sqflite Platform Interface Implementers

Use when implementing or registering a platform implementation of the sqflite federated plugin (a new sqflite_<platform> package, a custom DatabaseFactory registered as the default): SqflitePlatform, SqflitePlatform.initWithDatabaseFactoryMethodChannel, databaseFactoryMethodChannel, the databaseFactory getter/setter, the dartPluginClass registerWith() hook, the com.tekartik.sqflite method channel and its method names (openDatabase, query, insert, update, execute, batch). Not for app code: apps use package:sqflite.

tekartik 2a50d3c 5.9 KB Updated

File contents

tekartik/sqflite/tree/main/sqflite_platform_interface/skills/sqflite-platform-interface-implementers commit 2a50d3cd83

Frequently asked questions

npx skillmds@latest add tekartik/sqflite-platform-interface-implementers