Creating developer-first open-source tooling that simplifies state, database, and API management across Flutter mobile applications, React/TypeScript web apps, and high-performance backends.
Code generator for PHORM that turns @Schema-annotated Dart models into SQL table schemas, migrations, JSON mappers and runtime metadata for SQLite, PostgreSQL and MySQL.
Annotation library for declarative SQL table and schema definitions in Dart. Designed to be used with code generators that produce SQL schemas, migrations, or runtime metadata
MySQL driver for the PHORM. Provides a PhormDatabase implementation backed by MySQL, including connection management, dialect support, and async query execution.
PostgreSQL driver for the PHORM. Provides a PhormDatabase implementation backed by PostgreSQL, including connection pooling, dialect support, and async query execution.
A widget that detects specific patterns within a text and makes them interactive.
FCM CLI is a lightweight, production-ready command-line tool for sending Firebase Cloud Messaging notifications without having to wire Firebase SDK code into every project.
Also: Homebrew Tap for FCM CLI
PHORM code generator
Convert regular Dart classes into PHORM models with a single click