Skip to main content
tekartik
Profil créateur GitHub

tekartik

Vue par dépôt de 22 skills collectés dans 4 dépôts GitHub.

skills collectés
22
dépôts
4
mis à jour
10 sept. 2026
explorateur de dépôts

Dépôts et skills représentatifs

sqflite-ffi-flutter
non classé

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…

10 sept. 2026
sqflite-common-ffi-async-factory
non classé

Use when using package:sqflite_common_ffi_async, the experimental sqflite DatabaseFactory built on sqlite_async (PowerSync) for desktop and the Dart VM: databaseFactoryFfiAsync, databaseFactoryFfiAsyncTest, readTransaction and concurrent reads, how it differs…

10 sept. 2026
sqflite-common-ffi-web-options
non classé

Use when customizing or debugging sqflite on the web with package:sqflite_common_ffi_web beyond the default factory: createDatabaseFactoryFfiWeb, SqfliteFfiWebOptions (sqlite3WasmUri, sharedWorkerUri, indexedDbName, inMemory, forceAsBasicWorker), serving…

10 sept. 2026
sqflite-common-ffi-web-setup
non classé

Use when adding sqflite support to a web app (Flutter web or Dart web) with package:sqflite_common_ffi_web: running dart run sqflite_common_ffi_web:setup to install sqlite3.wasm and sqflite_sw.js under web/, databaseFactoryFfiWeb,…

10 sept. 2026
sqflite-android-setup
non classé

Use when configuring or troubleshooting the Android implementation of sqflite (package sqflite_android): when to add it explicitly, minSdk, SqfliteAndroid.registerWith, WAL via the com.tekartik.sqflite.wal_enabled manifest meta-data or setJournalMode,…

10 sept. 2026
sqflite-common-ffi-desktop
non classé

Use when running sqflite on Windows, Linux or macOS (Dart VM, CLI, server or Flutter desktop) with package:sqflite_common_ffi: sqfliteFfiInit, databaseFactoryFfi, databaseFactoryFfiNoIsolate, createDatabaseFactoryFfi (ffiInit, noIsolate, isolatePortServer,…

10 sept. 2026
sqflite-common-ffi-testing
non classé

Use when writing or fixing unit tests, widget tests or CI runs for code that uses sqflite (Dart VM or Flutter, no device or emulator) with package:sqflite_common_ffi: sqfliteFfiInit in main or setUpAll, opening inMemoryDatabasePath with databaseFactoryFfi,…

10 sept. 2026
sqflite-common-api
non classé

Use when writing Dart code against the sqflite API without depending on Flutter, or when a shared package must work with sqflite (mobile), sqflite_common_ffi (desktop/VM/tests) and sqflite_common_ffi_web: the DatabaseFactory, Database, Transaction, Batch,…

10 sept. 2026
Affichage de 8 skills collectés sur 13.
4 dépôts affichés sur 4
Tous les dépôts sont affichés