sync_project
Sync a FlutterFlow project to local cache by downloading all YAML files for offline reading. Force re-sync for already cached projects.
Instructions
Sync an entire FlutterFlow project to the local cache. Downloads all YAML files (bulk or batched fallback) for fast offline reads. Use force=true to re-sync an already cached project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force re-sync even if cache already exists (default: false) | |
| projectId | Yes | The FlutterFlow project ID |