flutter-skill 0.9.2 → 0.9.3
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 +3 -3
- 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="
|
|
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
|
|
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.
|
|
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.
|
|
4
|
+
"version": "0.9.3",
|
|
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": {
|