flutter-skill 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -8
- package/dart/pubspec.yaml +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<a href="https://github.com/ai-dashboad/flutter-skill">
|
|
3
|
-
<img src="assets/demo-teaser.gif" alt="AI testing a TikTok clone across
|
|
3
|
+
<img src="assets/demo-teaser.gif" alt="AI testing a TikTok clone across 10 platforms" width="640">
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<strong>Give any AI agent eyes and hands inside any running app.</strong><br>
|
|
11
|
-
|
|
11
|
+
10 platforms. Zero test code. One MCP server.
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
14
|
<p align="center">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<p align="center">
|
|
23
23
|
<a href="#30-second-demo">Demo</a> •
|
|
24
24
|
<a href="#quick-start">Quick Start</a> •
|
|
25
|
-
<a href="#
|
|
25
|
+
<a href="#10-platforms-one-tool">Platforms</a> •
|
|
26
26
|
<a href="#why-not-playwright--appium--detox">vs Others</a> •
|
|
27
27
|
<a href="docs/USAGE_GUIDE.md">Docs</a>
|
|
28
28
|
</p>
|
|
@@ -48,7 +48,7 @@ Writing E2E tests is painful. Maintaining them is worse. **flutter-skill** takes
|
|
|
48
48
|
- 🔌 **Connects any AI agent** (Claude, Cursor, Windsurf, Copilot, OpenClaw) directly to your running app via [MCP](https://modelcontextprotocol.io/)
|
|
49
49
|
- 👀 **The agent sees your screen** — taps buttons, types text, scrolls, navigates — like a human tester who never sleeps
|
|
50
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
|
|
51
|
+
- ⚡ **Zero config** — 2 lines of code, works on all 10 platforms
|
|
52
52
|
|
|
53
53
|
```
|
|
54
54
|
You: "Test the checkout flow with an empty cart, then add 3 items and complete purchase"
|
|
@@ -118,9 +118,9 @@ That's it. **Zero configuration. Zero test code. Works in under 60 seconds.**
|
|
|
118
118
|
|
|
119
119
|
---
|
|
120
120
|
|
|
121
|
-
##
|
|
121
|
+
## 10 Platforms, One Tool
|
|
122
122
|
|
|
123
|
-
Most testing tools work on 1-2 platforms. flutter-skill works on **
|
|
123
|
+
Most testing tools work on 1-2 platforms. flutter-skill works on **10**.
|
|
124
124
|
|
|
125
125
|
| Platform | SDK | Test Score |
|
|
126
126
|
|----------|-----|:----------:|
|
|
@@ -132,6 +132,8 @@ Most testing tools work on 1-2 platforms. flutter-skill works on **8**.
|
|
|
132
132
|
| **KMP Desktop** | [`sdks/kmp`](sdks/kmp/) | ✅ 75/75 |
|
|
133
133
|
| **.NET MAUI** | [`sdks/dotnet-maui`](sdks/dotnet-maui/) | ✅ 75/75 |
|
|
134
134
|
| **iOS** (Swift/UIKit) | [`sdks/ios`](sdks/ios/) | ✅ 19/19 |
|
|
135
|
+
| **Web** (any website) | [`sdks/web`](sdks/web/) | ✅ |
|
|
136
|
+
| **Web CDP** (zero-config) | No SDK needed | ✅ 141/156 |
|
|
135
137
|
|
|
136
138
|
**Total: 656/664 tests passing (98.8%)** — each platform tested against a complex social media app with 50+ elements.
|
|
137
139
|
|
|
@@ -164,7 +166,7 @@ Real benchmarks from automated test runs against a complex social media app:
|
|
|
164
166
|
| **Setup time** | 30 sec | Minutes | Hours | Hours |
|
|
165
167
|
| **Test code needed** | ❌ None | ✅ Yes | ✅ Yes | ✅ Yes |
|
|
166
168
|
| **AI-native (MCP)** | ✅ | ❌ | ❌ | ❌ |
|
|
167
|
-
| **Platforms** |
|
|
169
|
+
| **Platforms** | 10 | 3 (web) | Mobile | React Native |
|
|
168
170
|
| **Natural language** | ✅ | ❌ | ❌ | ❌ |
|
|
169
171
|
| **Maintenance** | Zero | High | High | Medium |
|
|
170
172
|
| **Flutter support** | ✅ Native | Partial | Partial | ❌ |
|
|
@@ -220,7 +222,7 @@ Real benchmarks from automated test runs against a complex social media app:
|
|
|
220
222
|
</table>
|
|
221
223
|
|
|
222
224
|
<details>
|
|
223
|
-
<summary><strong>
|
|
225
|
+
<summary><strong>160+ tools — full reference</strong></summary>
|
|
224
226
|
|
|
225
227
|
**Launch & Connect:** `launch_app`, `scan_and_connect`, `hot_reload`, `hot_restart`, `list_sessions`, `switch_session`, `close_session`
|
|
226
228
|
|
package/dart/pubspec.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: flutter_skill_npm
|
|
2
2
|
description: Give your AI Agent eyes and hands inside your Flutter app.
|
|
3
|
-
version: 0.8.
|
|
3
|
+
version: 0.8.5
|
|
4
4
|
publish_to: 'none'
|
|
5
5
|
homepage: https://github.com/ai-dashboad/flutter-skill
|
|
6
6
|
repository: https://github.com/ai-dashboad/flutter-skill
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flutter-skill",
|
|
3
3
|
"mcpName": "io.github.ai-dashboad/flutter-skill",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.5",
|
|
5
5
|
"description": "MCP Server for app automation - Give your AI Agent eyes and hands inside any app (Flutter, React, Web, Native)",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|