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

pinchbv/floor

The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications observed · 2026-08-28

github.com/pinchbv/floor · homepage · Dart · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 2782
  • days_rel: n/a
  • days_push: 747
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1025 stars · 214 forks observed · 2026-08-28

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

Floor is a typesafe, reactive, and lightweight SQLite abstraction library for Flutter applications, inspired by Android's Room persistence library. It maps in-memory objects to database rows via annotations and code generation while letting developers write raw SQL for full database control.

Use cases

  • persist Flutter app data in SQLite
  • map Dart objects to database rows
  • run reactive queries that emit Streams on data changes
  • define DAOs with annotated SQL queries
  • build offline-first mobile apps with local storage
  • generate database boilerplate code with build_runner

When to choose

  • you build Flutter apps and want a Room-like SQLite layer
  • you prefer writing SQL over a full ORM's query DSL
  • you need reactive data streams from database queries
  • you want lightweight persistence across iOS, Android, and desktop

When to avoid

  • you want a NoSQL or key-value store
  • you need a full ORM with automatic migrations and no SQL knowledge
  • your project is not Flutter/Dart
  • you need server-side database access

Facets

library · maturity active

orm database database-driver serialization databases mobile-development cross-platform developer-tools cross-platform windows flutter sqlite room-inspired code-generation dao reactive-queries persistence android ios macos linux mobile

2 sources

Member repositories

RepositoryRoleHealth v2
pinchbv/floormain23

For agents

markdown · JSON · MCP: product_card(name="pinchbv/floor")

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