roveflow 0.1.2
roveflow: ^0.1.2 copied to clipboard
AI-first E2E test orchestration framework for Flutter. CLI installer + framework core.
roveflow (CLI + framework) #
AI-first E2E test orchestration for Flutter — CLI installer and framework core. See the project README for positioning.
Install #
dart pub global activate roveflow
Commands #
roveflow init #
Installs Roveflow into a Flutter project. Creates
.claude/skills/roveflow/, .claude/commands/roveflow.md,
.claude/agents/roveflow-runner.md,
lib/core/mcp/mcp_interaction_tools.dart, and
docs/roveflow/scenarios.md. Writes or warns about .mcp.json.
Flags:
--path,-p— target project path (default: current directory).
Exits non-zero if the target isn't a Flutter project.
roveflow version #
Prints the installed version and exits.
Using Roveflow after install #
- Add
await registerMcpInteractionTools();inside yourmain.dartkDebugModeblock (one line). - Add
mcp_toolkittopubspec.yamldependencies. - Edit
docs/roveflow/scenarios.md— fill in thecold-setupflow. - Boot your app in debug mode.
- In Claude Code, run
/roveflow --only=cold-setup.
Full guide: .claude/skills/roveflow/references/setup.md.
License #
MIT.