flutter-skill 0.8.8 → 0.9.0

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 CHANGED
@@ -157,6 +157,20 @@ Real benchmarks from automated test runs against a complex social media app:
157
157
 
158
158
  **How fast is that?** A `tap` takes 1–2 ms end-to-end. Browser automation tools like Playwright and Selenium typically take 50–100 ms for the same operation. That's 50–100× faster, because flutter-skill talks directly to the app runtime instead of going through WebDriver or CDP indirection.
159
159
 
160
+ ### Heavy DOM Sites (Real-World)
161
+
162
+ Tested 15 MCP tools against production websites — **75/75 passed, zero timeouts:**
163
+
164
+ | Site | Tools | Total Time | `snapshot` | `screenshot` | `count_elements` |
165
+ |------|:-----:|:----------:|:----------:|:------------:|:----------------:|
166
+ | YouTube | 15/15 ✅ | 6.9s | 43 ms | 30 ms | 4 ms |
167
+ | Amazon | 15/15 ✅ | 14.2s | 1 ms | 5 ms | 2 ms |
168
+ | Reddit | 15/15 ✅ | 17.9s | 6 ms | 32 ms | 51 ms |
169
+ | Hacker News | 15/15 ✅ | 4.8s | 53 ms | 188 ms | 1 ms |
170
+ | Wikipedia | 15/15 ✅ | 7.8s | 15 ms | 336 ms | 1 ms |
171
+
172
+ > Total time includes page load. Tool execution is consistently sub-100ms even on heavy DOM sites.
173
+
160
174
  ---
161
175
 
162
176
  ## Why Not Playwright / Appium / Detox?
@@ -348,7 +362,7 @@ Then batch multiple actions in one call:
348
362
 
349
363
  ```yaml
350
364
  dependencies:
351
- flutter_skill: ^0.8.3
365
+ flutter_skill: ^0.9.0
352
366
  ```
353
367
 
354
368
  ```dart
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.8
3
+ version: 0.8.9
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.8",
4
+ "version": "0.9.0",
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": {