Ross ROSS = Recommend OSS · open-source software intelligence for agents

tekartik/sqflite

SQLite flutter plugin observed · 2026-08-28

github.com/tekartik/sqflite · Dart · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3390
  • days_rel: n/a
  • days_push: 17
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3017 stars · 555 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

sqflite is a SQLite plugin for Flutter providing local database access on iOS, Android, and macOS, with Linux/Windows support via sqflite_common_ffi. It supports transactions, batches, automatic version management during open, and executes DB operations in a background thread.

Use cases

  • store app data locally in a flutter app
  • use sqlite database on ios and android
  • run sql queries from dart
  • manage database schema versions on app upgrade
  • insert and query records in a local mobile database
  • execute database operations off the ui thread

When to choose

  • building a flutter app that needs persistent structured local storage
  • you need transactions and batch operations in sqlite from dart
  • you want automatic database version migration handling on open

When to avoid

  • you need a reactive/no-sql local store like shared preferences or hive for simple key-value data
  • you need a server-side or cloud-synced database rather than on-device storage
  • your project is not flutter/dart based

Facets

plugin · maturity stable

database database-driver orm mobile-development databases cross-platform cross-platform sqlite flutter-plugin local-database transactions android ios macos flutter

1 source

Member repositories

RepositoryRoleHealth v2
tekartik/sqflitemain76

For agents

markdown · JSON · MCP: product_card(name="tekartik/sqflite")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem