Skip to content

Commit 3d18885

Browse files
author
GitLab CI
committed
chore: bump version to 0.8.4
1 parent 28b88d3 commit 3d18885

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
<a href="docs/USAGE_GUIDE.md">Docs</a>
2828
</p>
2929

30+
<p align="center"><b>🚀 Zero config. Zero test code. Just talk to your AI.</b></p>
31+
32+
<p align="center"><sub>If this saves you time, please consider <a href="https://github.com/ai-dashboad/flutter-skill/stargazers">starring the repo ⭐</a> — it helps others find it!</sub></p>
33+
3034
---
3135

3236
## 30-Second Demo
@@ -39,9 +43,12 @@ https://github.com/user-attachments/assets/d4617c73-043f-424c-9a9a-1a61d4c2d3c6
3943

4044
## Why This Exists
4145

42-
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:
4347

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
4552

4653
```
4754
You: "Test the checkout flow with an empty cart, then add 3 items and complete purchase"
@@ -90,7 +97,7 @@ void main() {
9097

9198
> *"Launch my app, explore every screen, and report any bugs"*
9299
93-
That's it. **Zero configuration. Zero test code.**
100+
That's it. **Zero configuration. Zero test code. Works in under 60 seconds.**
94101

95102
<details>
96103
<summary>📦 More install methods (Homebrew, Scoop, Docker, IDE, Agent Skill)</summary>

packaging/npm/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_skill_npm
22
description: Give your AI Agent eyes and hands inside your Flutter app.
3-
version: 0.2.0
3+
version: 0.8.4
44
publish_to: 'none'
55
homepage: https://github.com/ai-dashboad/flutter-skill
66
repository: https://github.com/ai-dashboad/flutter-skill

packaging/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flutter-skill",
33
"mcpName": "io.github.ai-dashboad/flutter-skill",
4-
"version": "0.8.3",
4+
"version": "0.8.4",
55
"description": "MCP Server for app automation - Give your AI Agent eyes and hands inside any app (Flutter, React, Web, Native)",
66
"main": "index.js",
77
"bin": {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_skill
22
description: Give your AI Agent eyes and hands inside your Flutter app.
3-
version: 0.8.3
3+
version: 0.8.4
44
homepage: https://github.com/ai-dashboad/flutter-skill
55
repository: https://github.com/ai-dashboad/flutter-skill
66
# publish_to: 'none' # Remove this when ready to publish to pub.dev

0 commit comments

Comments
 (0)