Forma
SB

Database

Supabase

Postgres, Auth, Storage and realtime with a Flutter SDK.

Connection

API key

Codegen

Available

Connect in Apps Hub

  1. 1Go to your Supabase project → Settings → API.
  2. 2Copy the Project URL (e.g. https://xxx.supabase.co).
  3. 3Copy the anon/public key.

Capabilities

db.relationaldb.realtimeauth.emailstorage.files

Flutter export

When the provider has codegen enabled, Forma adds Dart services, pubspec dependencies and runtime variables to the exported ZIP. Secrets stay in server-side routes; the Flutter client only receives public config or secure endpoints.

Troubleshooting

The health check fails

Re-run Health check from the Inspector. If the error mentions scopes or permissions, create a new credential with the permissions indicated by the wizard.

The export doesn't include Dart services

Confirm the integration is active and that Flutter codegen is available. For DB providers, run Scan before exporting to save resources/schema.

Models / repos aren't generated

Run Scan in Apps Hub and check that metadata.resources contains tables or collections with path/schema before exporting.