Releases: FlutterFlow/flutterflow-codex
Releases · FlutterFlow/flutterflow-codex
Release list
FlutterFlow Codex Plugin v0.1.1
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
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
flutterflowCLI or a localflutterflow_clisource 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 initkey prompt.
Install
codex plugin marketplace add .
codex plugin add flutterflow@flutterflowStart a new Codex thread, then ask something like "Create a new FlutterFlow app called habit_tracker." See the README for full usage.
Requirements
- Codex, Dart/Flutter on your PATH, and a FlutterFlow API key.
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.