dart-type-bridgerlisted
Install: claude install-skill HeyEddi-com/heyeddi-skills
# 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.