Releases: FlutterFlow/flutterflow-codex
Releases · FlutterFlow/flutterflow-codex
Release list
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.