# Dart Type Bridger

> Syncs FastAPI OpenAPI schema to Dart model stubs and reads Firestore schema hints for Flutter projects. Use when writing Flutter repositories against FastAPI or Firebase backends.

- Skill: `heyeddi-com/dart-type-bridger-3` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add heyeddi-com/dart-type-bridger-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/heyeddi-com/dart-type-bridger-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: HeyEddi-com (https://skillmd.com/u/heyeddi-com)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/heyeddi-com/dart-type-bridger-3

---


# Dart Type Bridger

## When to use

- Flutter agent needs accurate API payload shapes
- `openapi.json` or FastAPI server available locally
- Firestore rules or schema file exists for Firebase projects

## Instructions

1. FastAPI: `python scripts/sync_openapi.py --project-root <root>`
2. Firebase: `python scripts/fetch_firestore_schema.py --project-root <root>`
3. Import generated models in repositories — never guess field names.

