flutter-skill 0.8.1 → 0.8.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -216,7 +216,7 @@ Most testing tools work on 1-2 platforms. flutter-skill works on **8**.
216
216
 
217
217
  ```yaml
218
218
  dependencies:
219
- flutter_skill: ^0.8.1
219
+ flutter_skill: ^0.8.2
220
220
  ```
221
221
 
222
222
  ```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.8.1",
4
+ "version": "0.8.2",
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": {