Dart Type Bridger
When to use
- Flutter agent needs accurate API payload shapes
openapi.jsonor FastAPI server available locally- Firestore rules or schema file exists for Firebase projects
Instructions
- FastAPI:
python scripts/sync_openapi.py --project-root <root> - Firebase:
python scripts/fetch_firestore_schema.py --project-root <root> - Import generated models in repositories — never guess field names.