You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@
27
27
<ahref="docs/USAGE_GUIDE.md">Docs</a>
28
28
</p>
29
29
30
+
<palign="center"><b>🚀 Zero config. Zero test code. Just talk to your AI.</b></p>
31
+
32
+
<palign="center"><sub>If this saves you time, please consider <ahref="https://github.com/ai-dashboad/flutter-skill/stargazers">starring the repo ⭐</a> — it helps others find it!</sub></p>
Writing E2E tests is painful. Maintaining them is worse.
46
+
Writing E2E tests is painful. Maintaining them is worse.**flutter-skill** takes a different approach:
43
47
44
-
**flutter-skill** connects your AI agent (Claude, Cursor, Windsurf, Copilot, OpenClaw) directly to your running app via [MCP](https://modelcontextprotocol.io/). The agent can see the screen, tap buttons, type text, scroll — like a human tester who never sleeps.
48
+
- 🔌 **Connects any AI agent** (Claude, Cursor, Windsurf, Copilot, OpenClaw) directly to your running app via [MCP](https://modelcontextprotocol.io/)
49
+
- 👀 **The agent sees your screen** — taps buttons, types text, scrolls, navigates — like a human tester who never sleeps
50
+
- ✅ **Zero test code** — no Page Objects, no XPath, no brittle selectors. Just plain English
51
+
- ⚡ **Zero config** — 2 lines of code, works on all 8 platforms
45
52
46
53
```
47
54
You: "Test the checkout flow with an empty cart, then add 3 items and complete purchase"
@@ -90,7 +97,7 @@ void main() {
90
97
91
98
> *"Launch my app, explore every screen, and report any bugs"*
92
99
93
-
That's it. **Zero configuration. Zero test code.**
100
+
That's it. **Zero configuration. Zero test code. Works in under 60 seconds.**
94
101
95
102
<details>
96
103
<summary>📦 More install methods (Homebrew, Scoop, Docker, IDE, Agent Skill)</summary>
0 commit comments