PackageTrack
Sign in Get early access

flutterflow_cli

Command-line client for FlutterFlow. Export code from FlutterFlow projects and use FlutterFlow AI to build and edit your apps declaratively from the terminal.

0.0.39 7.1K downloads/mo #3404 most downloaded on pub.dev FlutterFlow/flutterflow-cli

What this package is like to depend on

Last release 1 months ago

22 Jul 2026

Release timing varies

gaps range from 8 days to 9 months

Nearly every release is documented

notes for 38 of 38 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

44 releases · first in 2023

16 releases in the last 12 months

see the full history below

Release timeline

44 releases · Jan 2023 to Jul 2026
2024 2025 2026
Release Pre-release

Releases

latest 44
  1. 0.0.39 22 Jul 2026
    Release notes
    • Fixed arrow keys not working in the flutterflow ai interactive project picker on Windows.
    Open source →
  2. 0.0.38 14 Jul 2026
    Release notes
    • Running flutterflow ai with no arguments (outside a workspace, on a real terminal) now launches an interactive onboarding wizard: it prompts for your API key first (reusing any saved per-base-URL credential), then shows a searchable, arrow-key project picker with "+ Create a new project" pinned on top. Pick a project and the workspace directory name is derived from it. The picker degrades to a numbered list where raw terminal mode isn't available, and to manual project-id entry when the project list can't be fetched. Set FF_AI_NO_RICH_PICKER=1 to force the numbered fallback. The existing non-interactive flags (--project, --api-key, --yes) and non-TTY invocations bypass the wizard as before.
    • flutterflow ai init now fast-fails when the target path is an existing file (not just a non-empty directory), before downloading the SDK or validating your key.
    Open source →
  3. 0.0.37 02 Jun 2026
    Release notes
    • flutterflow ai now supports live debugging sessions: an agent running in an AI workspace can attach to the FlutterFlow Desktop app on the same machine to inspect canvas/IDE state and drive local runs, paired securely over a per-user socket (no tokens or extra prompts).
    Open source →
  4. 0.0.36 13 May 2026
    Release notes
    • flutterflow ai init now persists the validated API key to ~/.flutterflow/credentials.json (POSIX mode 0600) keyed by base URL, so subsequent inits against the same backend don't need --api-key. Pass --no-save to opt out, and FF_API_KEY in the environment still wins and is never persisted. If a saved key is later rejected by the server, the stale entry is cleared automatically and the user is re-prompted (or, in non-interactive mode, told exactly how to recover).
    • Added flutterflow ai logout [--all|--base-url <url>] to list or clear saved credentials.
    • The interactive API key prompt now disables terminal echo while typing.
    Open source →
  5. 0.0.35 06 May 2026
    Release notes
    • Bug fixes and improvements
    • Added auto init support for Antigravity
    Open source →
  6. 0.0.34 30 Apr 2026
    Release notes
    • Production Release
    Open source →
  7. 0.0.34-beta.2 29 Apr 2026 pre-release
    Release notes
    • End-to-end Windows support for flutterflow ai.
    Open source →
  8. 0.0.34-beta.1 29 Apr 2026 pre-release
    Release notes
    • Simplified flutterflow ai init: defaults to prod and skips the interactive environment picker. Pass --env <name> to target a non-prod environment.
    • Added a remote validation fallback so flutterflow ai validate and run work on all platforms.
    Open source →
  9. 0.0.33 28 Apr 2026
    Release notes
    • Production Release
    • Relicensed from BSD 3-Clause to Business Source License 1.1, matching the FlutterFlow AI SDK. Production use is permitted in connection with FlutterFlow products and services; competing visual application builders, low-code/no-code platforms, and code generation tools are excluded. Converts to Apache 2.0 on April 22, 2055. Contact [email protected] for commercial licensing inquiries.
    Open source →
  10. 0.0.32-beta.4 28 Apr 2026 pre-release
    Release notes
    • Introduce the flutterflow ai namespace: a declarative Dart tool for building and editing FlutterFlow apps from your terminal. Run flutterflow ai init to scaffold a workspace, then use commands like run, validate, inspect, resources, search, plan, and mcp to drive your project. See the README for the full command list.
    Open source →
  11. 0.0.32-beta.3 28 Apr 2026 pre-release
    Release notes
    • Bug fixes and improvements
    Open source →
  12. 0.0.32-beta.2 27 Apr 2026 pre-release
    Release notes
    • Bug fixes and improvements
    Open source →
  13. 0.0.32-beta.1 27 Apr 2026 pre-release
    Release notes
    • Bug fixes and improvements
    Open source →
  14. 0.0.31 10 Apr 2026
    Release notes
    • Add --include-export-manifest to flutterflow export-code and forward includeExportManifest to the export API so the downloaded archive can include .flutterflow/export_manifest.json.
    Open source →
  15. 0.0.30 25 Feb 2026
    Release notes
    • Occasionally suggest using --fix flag when it's not passed.
    Open source →
  16. 0.0.29 06 Jan 2026
    Release notes
    • Add support for download_url.
    Open source →
  17. 0.0.28 25 Apr 2025
    Release notes
    • Update path version.
    Open source →
  18. 0.0.27 25 Apr 2025
    Release notes
    • Update default endpoint.
    Open source →
  19. 0.0.26 31 Jan 2025
    Release notes
    • Update dependency versions.
    Open source →
  20. 0.0.25 20 Nov 2024
    Release notes
    • Update URL parsing to support more types of endpoints.
    Open source →
  21. 0.0.24 23 Oct 2024
    Release notes
    • Fix an issue on Windows.
    • Add support for .flutterflowignore.
    Open source →
  22. 0.0.23 21 Oct 2024
    Release notes
    • Add more logging.
    Open source →
  23. 0.0.22 10 Oct 2024
    Release notes
    • Add --project-environment option.
    Open source →
  24. 0.0.21 17 Jul 2024
    Release notes
    • Add --as-debug option.
    Open source →
  25. 0.0.20 03 Jul 2024
    Release notes
    • Add --commit-hash option.
    Open source →
  26. 0.0.19 01 Jul 2024
    Release notes
    • Add exportAsDebug option to FlutterFlowApi.exportCode().
    Open source →
  27. 0.0.18 06 May 2024
    Release notes
    • Add deploy-firebase command.
    Open source →
  28. 0.0.17 29 Mar 2024
    Release notes
    • Add format option to FlutterFlowApi.exportCode().
    Open source →
  29. 0.0.16 22 Mar 2024
    Release notes
    • Set include_assets_map based on --[no-]include-assets when calling the API.
    Open source →
  30. 0.0.15 11 Mar 2024
    Release notes
    • Add environment variable for FLUTTERFLOW_ENDPOINT.
    Open source →
  31. 0.0.14 20 Feb 2024
    Release notes
    • Update FlutterFlowApi to throw exceptions instead of calling exit().
    Open source →
  32. 0.0.13 02 Feb 2024
    Release notes
    • Add --as-module option.
    Open source →
  33. 0.0.12 16 Jan 2024
    Release notes
    • Fix FLUTTERFLOW_PROJECT environment variable issue.
    • Fix downloading assets when the parent directory does not exist.
    Open source →
  34. 0.0.11 12 Dec 2023
    Release notes
    • Fix --fix --no-parent-folder edge case.
    • Add --environment option.
    Open source →
  35. 0.0.10 05 Dec 2023
    Release notes
    • Adds bug fix to duplicate archiving.
    Open source →
  36. 0.0.9 01 Dec 2023
    Release notes
    • Add --[no-]-parent option.
    • Allow importing it inside a Dart/Flutter project.
    • Allow passing project id via environment.
    • Upgrade dependencies.
    Open source →
  37. 0.0.8 22 Nov 2023
    Release notes
    • Add --fix option.
    Open source →
  38. 0.0.7 26 Sep 2023
    Release notes
    • Fix handling non-existent assets.
    Open source →
  39. 0.0.6 22 Sep 2023
    Release notes
    • Add "branch-name" parameter to enable specifying a branch for a given project when generating code.
    Open source →
  40. 0.0.5 29 Aug 2023
    Release notes
    • Send API token as a header.
    Open source →
  41. 0.0.4 27 Feb 2023
    Release notes
    • Update API endpoint.
    Open source →
  42. 0.0.3 10 Jan 2023
    Release notes
    • Switch to base64.
    Open source →
  43. 0.0.2 09 Jan 2023
    Release notes
    • Lower min SDK version to 2.17.0.
    • Allow passing SDK token as a command line argument.
    Open source →
  44. 0.0.1 06 Jan 2023
    Release notes
    • Initial version.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive