Skip to content

Releases: FlutterFlow/flutterflow-codex

FlutterFlow Codex Plugin v0.1.1

Choose a tag to compare

@johnbhiggins7 johnbhiggins7 released this 15 Jul 19:27

FlutterFlow Codex Plugin v0.1.1 updates the plugin for FlutterFlow CLI 0.0.38 and the current workspace workflow.

Highlights

  • Guarantees exact-once CLI execution so failed state-mutating commands are never silently retried.
  • Launches the vendored FlutterFlow MCP server directly to keep JSON-RPC stdout clean.
  • Adds current onboarding guidance, generated AGENTS.md and typed SDK usage, branch-aware editing, and the flutterflow ai test gate.
  • Clarifies workspace authentication, run failure side effects, refresh-workspace overwrite behavior, and Codex attribution.
  • Adds the secure clipboard API-key hand-off plus exact-once, MCP launcher, and credential regression tests.

Update

Run codex plugin marketplace upgrade flutterflow, then codex plugin add flutterflow@flutterflow. Start a new Codex task after installation so the updated skills and tools load.

FlutterFlow Codex Plugin v0.1.0

Choose a tag to compare

@johnbhiggins7 johnbhiggins7 released this 01 Jul 16:56

Initial release of the FlutterFlow Codex Plugin — a Codex plugin for building and editing FlutterFlow apps in plain language. The agent drives the FlutterFlow CLI to scaffold workspaces, author changes as Dart DSL, validate them, and apply them.

Features

  • FlutterFlow AI skill for Codex — workspace init, project inspect/search/status, Dart DSL validate & run, context refresh, diagnostics, and export-code.
  • CLI helper scripts that resolve a globally installed flutterflow CLI or a local flutterflow_cli source checkout.
  • Optional workspace-bound MCP example — not auto-registered, so it's safe by default.
  • Careful credential handling — never commits tokens and prefers the interactive flutterflow ai init key prompt.

Install

codex plugin marketplace add .
codex plugin add flutterflow@flutterflow

Start a new Codex thread, then ask something like "Create a new FlutterFlow app called habit_tracker." See the README for full usage.

Requirements

Quality

  • Passes the Codex plugin validator; CI runs shellcheck, POSIX syntax checks, and JSON validation on every push.

License

Business Source License 1.1 (BUSL-1.1) — see LICENSE.