flutter-skill-mcp 0.4.4 → 0.4.5

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 +11 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,17 +13,17 @@
13
13
 
14
14
  ### 1. Install
15
15
 
16
- **⚡ 一键安装(推荐)**
16
+ **⚡ One-Click Install (Recommended)**
17
17
 
18
18
  ```bash
19
19
  # macOS/Linux
20
20
  curl -fsSL https://raw.githubusercontent.com/ai-dashboad/flutter-skill/main/install.sh | bash
21
21
 
22
- # Windows PowerShell (管理员权限)
22
+ # Windows PowerShell (Run as Administrator)
23
23
  iwr https://raw.githubusercontent.com/ai-dashboad/flutter-skill/main/install.ps1 -useb | iex
24
24
  ```
25
25
 
26
- **或手动安装:**
26
+ **Or Manual Install:**
27
27
 
28
28
  ```bash
29
29
  # npm (recommended - includes native binary for instant startup)
@@ -37,7 +37,7 @@ brew install flutter-skill
37
37
  scoop bucket add flutter-skill https://github.com/ai-dashboad/scoop-flutter-skill
38
38
  scoop install flutter-skill
39
39
 
40
- # Dart (需要 Flutter SDK)
40
+ # Dart (requires Flutter SDK)
41
41
  dart pub global activate flutter_skill
42
42
 
43
43
  # IDE Extensions
@@ -45,12 +45,12 @@ dart pub global activate flutter_skill
45
45
  # - IntelliJ/Android Studio: Search "Flutter Skill" in Plugins
46
46
  ```
47
47
 
48
- **一键安装做了什么?**
49
- - ✅ 自动检测最佳安装方法(npm > Homebrew/Scoop > 源码)
50
- - ✅ 自动安装工具优先级规则到 `~/.claude/prompts/`
51
- - ✅ 自动配置 PATH 环境变量
52
- - ✅ 解决所有依赖和版本问题
53
- - ✅ 跨平台支持(macOS, Linux, Windows
48
+ **What does one-click install do?**
49
+ - ✅ Auto-detects best installation method (npm > Homebrew/Scoop > source)
50
+ - ✅ Auto-installs tool priority rules to `~/.claude/prompts/`
51
+ - ✅ Auto-configures PATH environment variable
52
+ - ✅ Resolves all dependencies and version issues
53
+ - ✅ Cross-platform support (macOS, Linux, Windows)
54
54
 
55
55
  ### 2. Configure AI Agent
56
56
 
@@ -262,7 +262,7 @@ flutter-skill launch /path/to/project
262
262
  1. Add dependency:
263
263
  ```yaml
264
264
  dependencies:
265
- flutter_skill: ^0.4.4
265
+ flutter_skill: ^0.4.5
266
266
  ```
267
267
 
268
268
  2. Initialize in main.dart:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flutter-skill-mcp",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "MCP Server for Flutter app automation - Give your AI Agent eyes and hands inside your Flutter app",
5
5
  "main": "index.js",
6
6
  "bin": {