Can we access your project?
Current Behavior
FlutterFlow AI CLI / MCP read operations work successfully on an Intel MacBook Pro 2019. status, inspect, and resources all succeed and Codex can inspect the project.
However, when attempting to validate or run a tiny text-only edit, dart test / flutterflow ai validate crashes with a Dart VM error / Abort trap: 6.
flutterflow ai doctor reports:
Validator runtime: macos_x64
Validator platform support: unsupported
Supported platforms: macos_arm64, linux_x64, linux_arm64
Validator download is unavailable on this runtime
Expected Behavior
Either:
- macos_x64 should be supported by the FlutterFlow AI validator,
or
- the CLI should fail gracefully with a clear recommendation for Intel Mac users, for example “use linux_x64 / Codespaces for validated edits,” and avoid a Dart VM crash.
Steps to Reproduce
- Use an Intel MacBook Pro 2019 / macos_x64.
- Set up FlutterFlow AI CLI workspace.
- Confirm that flutterflow ai status , inspect, and resources work.
- Use Codex MCP or CLI workflow to prepare a tiny text-only edit.
- Run dart test or flutterflow ai validate dsl/edit.dart --project-id .
- Observe Dart VM crash / Abort trap: 6.
Reproducible from Blank
Bug Report Code (Required)
not inside FF
Visual documentation
Environment
- MacBook Pro 2019, Intel
- Runtime: macos_x64
- FlutterFlow AI Doctor version: 0.2.0
- Dart SDK: 3.11.5 stable
- MCP read access succeeds
- Validation/edit pipeline fails locally
Additional Information
This blocks safe MCP editing for Intel Mac users, even though read-only MCP access works. It would be very helpful for early-stage founders, students, educators, and solo builders if macos_x64 support or a documented cloud/Linux workaround were available.
Can we access your project?
Current Behavior
FlutterFlow AI CLI / MCP read operations work successfully on an Intel MacBook Pro 2019. status, inspect, and resources all succeed and Codex can inspect the project.
However, when attempting to validate or run a tiny text-only edit, dart test / flutterflow ai validate crashes with a Dart VM error / Abort trap: 6.
flutterflow ai doctor reports:
Validator runtime: macos_x64
Validator platform support: unsupported
Supported platforms: macos_arm64, linux_x64, linux_arm64
Validator download is unavailable on this runtime
Expected Behavior
Either:
or
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
not inside FF
Visual documentation
Environment
Additional Information
This blocks safe MCP editing for Intel Mac users, even though read-only MCP access works. It would be very helpful for early-stage founders, students, educators, and solo builders if macos_x64 support or a documented cloud/Linux workaround were available.