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.

HeyEddi-com Updated

File contents

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.

HeyEddi-com/heyeddi-skills/tree/main/evals/runs/2026-07-04T22-58-59Z/flutter-backend-bridger-users/.agents/skills/dart-type-bridger commit 9a878cc5e1

Frequently asked questions

npx skillmds@latest add heyeddi-com/dart-type-bridger-3