Skip to content

Releases: FlutterFlow/flutterflow-codex

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.