Skip to main content
Back to registry

flutter-control-and-screenshot

rodydavis/skills

This skill outlines the process of adding flutter_driver support to a Flutter application, launching it via the Dart MCP server, controlling it (tapping, finding widgets), and capturing screenshots (handling Web/Desktop specific constraints).

Installs144
Install command
npx skills add https://github.com/rodydavis/skills --skill flutter-control-and-screenshot
About this skill
This skill outlines the process of adding flutter_driver support to a Flutter application, launching it via the Dart MCP server, controlling it (tapping, finding widgets), and capturing screenshots (handling Web/Desktop specific constraints). Add flutter_driver to the dev_dependencies in your pubspec.yaml . Run dart pub get or use the mcp_dart-mcp-server_pub tool. Create a separate entry point, typically test_driver/app.dart , to enable the driver extension without polluting main.dart . [!IMPORTANT] Replace your_app_package_name with the actual name of your package as defined in pubspec.yaml . Use the mcp_dart-mcp-server_launch_app tool. Note : The tool returns a DTD URI (Data Tooling Daemon) and a PID. Save these. Use mcp_dart-mcp-server_connect_dart_tooling_daemon with the URI returned from the launch step.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does flutter-control-and-screenshot do?

This skill outlines the process of adding flutter_driver support to a Flutter application, launching it via the Dart MCP server, controlling it (tapping, finding widgets), and capturing screenshots (handling Web/Desktop specific constraints).

Is flutter-control-and-screenshot good?

flutter-control-and-screenshot does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does flutter-control-and-screenshot work with?

flutter-control-and-screenshot currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, antigravity.

What are alternatives to flutter-control-and-screenshot?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install flutter-control-and-screenshot?

npx skills add https://github.com/rodydavis/skills --skill flutter-control-and-screenshot

Related skills

Alternatives in Software Engineering