flutter-skill 0.9.2 → 0.9.4

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 10 platforms" width="640">
3
+ <img src="assets/demo-teaser.gif" alt="flutter-skill CLI demo nav, tap, type, screenshot across websites" width="640">
4
4
  </a>
5
5
  </p>
6
6
 
@@ -154,7 +154,7 @@ For standalone browser automation, CI/CD pipelines, or remote access:
154
154
  # Start server
155
155
  flutter-skill serve https://your-app.com
156
156
 
157
- # Use CLI client commands (NEW in v0.9.1)
157
+ # Use CLI client commands
158
158
  flutter-skill nav https://google.com
159
159
  flutter-skill snap # Accessibility tree (99% fewer tokens)
160
160
  flutter-skill screenshot /tmp/ss.jpg
@@ -440,7 +440,7 @@ Then batch multiple actions in one call:
440
440
 
441
441
  ```yaml
442
442
  dependencies:
443
- flutter_skill: ^0.9.1
443
+ flutter_skill: ^0.9.2
444
444
  ```
445
445
 
446
446
  ```dart
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.9.2",
4
+ "version": "0.9.4",
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": {