flutter-skill 0.8.5 → 0.8.6
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/dart/pubspec.yaml +1 -1
- package/package.json +1 -1
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.6
|
|
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.6",
|
|
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": {
|